UNPKG
@hcdesigns/zoho
Version:
latest (1.0.0)
1.0.0
Node.js client library for Zoho
github.com/4yopping/zoho
4yopping/zoho
@hcdesigns/zoho
/
lib
/
index.js
9 lines
(6 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
Zoho
=
function
(
) {};
Zoho
.
Creator
=
require
(
'./creator'
);
Zoho
.
CRM
=
require
(
'./crm'
);
Zoho
.
Invoice
=
require
(
'./invoice'
);
Zoho
.
Support
=
require
(
'./support'
);
module
.
exports
=
Zoho
;