Package Exports
- @2004scape/rsmod-pathfinder
- @2004scape/rsmod-pathfinder/dist/index.js
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 (@2004scape/rsmod-pathfinder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rsmod-pathfinder
A breadth-first search path finder.
Installing
https://www.npmjs.com/package/rsmod-pathfinder
npm install rsmod-pathfinderPublishing (Local Development)
npm run build # Builds the js bundle and type definitions.
yalc publish --push # Publishes to the local repo and pushes to all projects it has been added to.
yalc add rsmod-pathfinder # Adds the published library to your project.