UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

11 lines (10 loc) 231 B
/** * ### 输出内容到文件 * * @author Big Mogician * @export * @param {string} file * @param {*} data * @param {*} [options={}] */ export declare function outputJsonSync(file: string, data: any, options?: any): void;