4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
import type { BuildContext } from '../create-build-context';
|
|
declare const build: (ctx: BuildContext) => Promise<void>;
|
|
export { build };
|
|
//# sourceMappingURL=build.d.ts.map
|