UNPKG

easy-cli2

Version:

一个简易的脚手架,提供eslint格式化检查,创建项目模板,自动部署功能,xlsx与json互转,压缩图片等功能

4 lines (3 loc) 231 B
import { TCommand } from "../../types"; export declare const fileDisplay: (filePath: string, fileProcess?: ((file: string) => void) | undefined, ingores?: string[]) => Promise<void>; export declare const minifyCommad: TCommand;