UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

7 lines 277 B
/** * Save buffer data to a file. * @param {Buffer} buffer - buffer to save to a file. * @param {string} filePath - path to a file. */ export declare const saveBufferToFile: (buffer: Buffer, filePath: string) => Promise<void>; //# sourceMappingURL=saveBufferToFile.d.ts.map