UNPKG
url-shorty
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
a dependencyless url shortner for nodejs
github.com/Hedronium/url-shorty
Hedronium/url-shorty
url-shorty
/
index.js
5 lines
(3 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
var
Core
=
require(
'./lib/core'
); core =
new
Core
();
module
.
exports
= core;