UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 133 B
import type { Cli } from "@visulima/cerebro"; declare const createInitCommand: (cli: Cli) => void; export default createInitCommand;