UNPKG

type-fns

Version:

A set of types, type checks, and type guards for simpler, safer, and easier to read code.

6 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = void 0; var uuid_1 = require("uuid"); Object.defineProperty(exports, "uuid", { enumerable: true, get: function () { return uuid_1.v4; } }); //# sourceMappingURL=deps.js.map