UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

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