Skip to content

javascript/typescript library for sgraph data structure

License

Notifications You must be signed in to change notification settings

softagram/sgraph.js

Repository files navigation

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