diff options
author | Minteck <contact@minteck.org> | 2022-11-28 17:14:38 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-11-28 17:14:38 +0100 |
commit | 18efd30a263ec0d79a26a82cbd8c90c9f81056b7 (patch) | |
tree | aea01bf3506dda706719fc68eb37b77ed9ef3fe8 /build/types/UUID.js | |
download | autoreport-mane.tar.gz autoreport-mane.tar.bz2 autoreport-mane.zip |
Diffstat (limited to 'build/types/UUID.js')
-rw-r--r-- | build/types/UUID.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/build/types/UUID.js b/build/types/UUID.js new file mode 100644 index 0000000..4205099 --- /dev/null +++ b/build/types/UUID.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const uuid_v4_1 = __importDefault(require("uuid-v4")); +class UUID extends String { + constructor() { + super((0, uuid_v4_1.default)()); + } +} +exports.default = UUID; +//# sourceMappingURL=UUID.js.map
\ No newline at end of file |