Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 325 Bytes

OGX.List

List class out of OGX.JS as stand alone

For the web

Download minifyed build from releases section

For Node.jS

 npm install @globules-io/ogx.list
 const OGX = require('@globules-io/ogx.list');
 const list = OGX.List();

Check out the wiki