UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

8 lines 195 B
export class TempFile { constructor({ filename, mime, path }) { this.filename = filename; this.mime = mime; this.path = path; } } //# sourceMappingURL=types.js.map