UNPKG

btfs-soter

Version:

TypeScript/JavaScript API to interact with BTFS Soter through the web

12 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuidv4 = function () { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); }; exports.ts = function () { return Date.now(); }; //# sourceMappingURL=utils.js.map