UNPKG
vatapi
Version:
latest (0.2.0)
0.2.0
0.1.0
vatapi.com API Nodejs library.
github.com/Sewdn/node-vatapi
Sewdn/node-vatapi
vatapi
/
lib
/
index.js
13 lines
(8 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
(
function
(
) {
var
ApiV1
;
ApiV1
=
require
(
'./ApiV1'
).
ApiV1
;
module
.
exports
=
function
(
options
) {
return
new
ApiV1
(options); };
module
.
exports
.
ApiV1
=
ApiV1
; }).
call
(
this
);