UNPKG

bocchi

Version:

A cli build tool for userscript

7 lines (5 loc) 149 B
interface Options { mode: 'development' | 'production'; } declare function bocchi(opts?: Options): void; export { Options, bocchi as default };