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 (5 loc) 83 B
import * as uuid from 'uuid' const randomUuid = uuid.v4 export { randomUuid, }