10 lines
191 B
TypeScript
10 lines
191 B
TypeScript
import grabDist from "./rebuilds/next-js/grabDist";
|
|
declare const buncid: {
|
|
builds: {
|
|
nextJs: {
|
|
grabDist: typeof grabDist;
|
|
};
|
|
};
|
|
};
|
|
export default buncid;
|