UNPKG
@incodelang/urlshorter
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A simple URL Shorter
github.com/InCodeDevs/URLShorter
InCodeDevs/URLShorter
@incodelang/urlshorter
/
types
/
index.d.ts
4 lines
(3 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
import
urlServer =
require
(
"./module/urlshorter"
);
import
sampleApp =
require
(
"./module/sampleApp"
);
export
{ urlServer, sampleApp };