UNPKG

@qoi/cli

Version:

qoi ------------ Lightweight tooling for your javascript and typescript

6 lines (3 loc) 106 B
import { PackageJson } from '@qoi/types'; declare function run(pkg: PackageJson): void; export { run };