UNPKG

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)

8 lines 192 B
/** * Convert UUID to BigInt * @param uuid * @returns BigInt */ declare function uuidToBigInt(uuid: string): BigInt; export { uuidToBigInt, }; //# sourceMappingURL=uuid-to-big-int.d.ts.map