README
linkedfunclist
A linked list whose elements can store functions.
Installation
npm install linkedfunclist
Documentation
Please see Docs.
Contributing Guidelines
- Specification outline (see Docs > Specification) must be updated to include new functionality.
- All tests must pass and have descriptive tags that make it easy to tell which areas of the specification they satisfy e.g.
4.e.A
. - Code must adhere to JavaScript Standard Style.
- New code must include ESDoc documentation.
- Build must pass TravisCI.
Thanks.