UNPKG

better-qiniu-cli

Version:

更好的 Node.js 七牛云命令行工具。

5 lines (4 loc) 158 B
import { Config } from './types'; export * from './types'; export * from './modules'; export declare function qiniu(config: Config): Promise<{} | undefined>;