UNPKG
@expass/node
Version:
latest (0.1.2-alpha.2)
0.1.2-alpha.2
0.1.2-alpha.0
0.1.1-alpha.0
A modern and secure password hashing/encription library for node
@expass/node
/
lib
/
index.js
6 lines
(5 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ExPass
=
void
0
;
const
nodeexpass_1 =
require
(
"./infrastructure/nodeexpass"
);
Object
.
defineProperty
(
exports
,
"ExPass"
, {
enumerable
:
true
,
get
:
function
(
) {
return
nodeexpass_1.
NodeExPass
; } });