UNPKG
license-key-gen
Version:
latest (0.1.4)
0.1.4
0.1.2
0.1.1
0.1.0
Generates and Validates license
github.com/arunahk/license-key-gen
arunahk/license-key-gen
license-key-gen
/
lib
/
index.js
7 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
//
var
validateLicense =
require
(
'./validateLicense'
)
var
createLicense =
require
(
'./createLicense'
)
//
module
.
exports
= { validateLicense, createLicense }