UNPKG

@bomb.sh/tools

Version:

The internal dev, build, and lint CLI for Bombshell projects

7 lines (6 loc) 207 B
import { CommandContext } from "../context.mjs"; //#region src/commands/init.d.ts declare function init(ctx: CommandContext): Promise<void>; //#endregion export { init }; //# sourceMappingURL=init.d.mts.map