Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 237 Bytes

sgraph.js

This is the Typescript implementation of https://github.com/softagram/sgraph.

To run tests:

npm test

After you are done with your changes, compile typescript to javascript with the following command:

npm run compile