JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 541
  • Score
    100M100P100Q124998F
  • License ISC

A breadth-first search path finder.

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-pathfinder

Publishing (Local Development)

https://github.com/wclr/yalc

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.