UNPKG

@bomb.sh/tools

Version:

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

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