UNPKG
it-is-here
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
IT info
github.com/shilpiverma/ItHere
shilpiverma/ItHere
it-is-here
/
index.js
7 lines
(5 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
AllCompanies=require(
'./companies.json'
);
module
.
exports
={ all:AllCompanies, randomBest:AllCompanies }