UNPKG
@starbase/encryption
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
Starbase Encryption
github.com/starbasealpha/encryption
starbasealpha/encryption
@starbase/encryption
/
index.js
5 lines
(3 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
const
path =
require
(
'path'
);
module
.
exports
=
require
(__dirname + path.
sep
+
'encryption'
);