UNPKG
dev-unique-id
Version:
latest (1.1.5)
1.1.5
1.0.0
0.1.1
0.0.9
0.0.8
0.0.6
0.0.2
Dev Unique ID Generator
devlopersabbir.github.io/dev-unique-id
devlopersabbir/dev-unique-id
dev-unique-id
/
lib
/
index.js
6 lines
(5 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
uniqueID
=
void
0
;
var
app_1 =
require
(
"./app"
);
Object
.
defineProperty
(
exports
,
"uniqueID"
, {
enumerable
:
true
,
get
:
function
(
) {
return
app_1.
default
; } });