buncid/dist/index.d.ts

10 lines
191 B
TypeScript
Raw Normal View History

2025-02-03 12:41:13 +00:00
import grabDist from "./rebuilds/next-js/grabDist";
declare const buncid: {
builds: {
nextJs: {
grabDist: typeof grabDist;
};
};
};
export default buncid;