UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

3 lines (2 loc) 142 B
export declare function uploadToBuffer(path: string): Promise<Buffer>; export declare function removeUploads(paths: string[]): Promise<void>;