UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

10 lines (9 loc) 239 B
/** * polyfill生成 */ import { CommonOption } from './type'; export interface PolyfillOption extends CommonOption { out?: string; } declare const _default: (argv: PolyfillOption) => Promise<void>; export default _default;