UNPKG
ichigoo
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Static site generator with React and GraphQL
github.com/renettarenula/ichigoo
renettarenula/ichigoo
ichigoo
/
lib
/
ops
/
collection.js
6 lines
(3 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
const
Collection
=
require(
"../graphql/Collection.js"
);
const
DataCollection
=
new
Collection
();
module
.
exports
= { DataCollection };