UNPKG
@krvinay/express_api
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Node API Application server
github.com/kumarvinay32/express_api
kumarvinay32/express_api
@krvinay/express_api
/
index.js
12 lines
(10 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/*! * express api * Copyright(c) 2024-2025 Vinay Kumar * MIT Licensed */
'use strict'
;
/** * Expose initExpress Module. */
exports
=
module
.
exports
=
require
(
'./lib'
);