Package Exports
- linkedfunclist
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkedfunclist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.