file-box
Version:
Pack a File into Box for easy move/transfer between servers no matter of where it is.(local path, remote url, or cloud storage)
4 lines • 296 B
TypeScript
import * as uuid from 'uuid';
declare const randomUuid: (<T extends ArrayLike<number>>(options: uuid.V4Options | null | undefined, buffer: T, offset?: number | undefined) => T) & ((options?: uuid.V4Options | undefined) => string);
export { randomUuid, };
//# sourceMappingURL=random-uuid.d.ts.map