UNPKG
reg-simple-keygen-plugin
Version:
latest (0.14.2)
0.14.2
0.14.0
0.13.0
0.12.2
0.12.1
0.11.0
0.10.17
0.10.16
0.10.15
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.3
0.7.25
0.7.16
0.7.5
0.7.1
0.7.0
0.6.0
0.5.9
0.5.5
0.5.1
0.5.0
Determine snapshot key with given values
github.com/reg-viz/reg-suit
reg-viz/reg-suit
reg-simple-keygen-plugin
/
lib
/
index.js
10 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
plugin_1 =
require
(
"./plugin"
);
const
factory
= (
) => {
return
{
keyGenerator
:
new
plugin_1.
SimpleKeygenPlugin
(), }; };
module
.
exports
= factory;
//# sourceMappingURL=index.js.map