Package Exports
- @traxjs/trax
- @traxjs/trax/dist/trax.mjs
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 (@traxjs/trax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Trax Library
This package contains the trax core library implementation
Useful commands:
# install dependencies
yarn install
# run tests
yarn test
# build project to use it in other packages
yarn build
# get test coverage
yarn coverage
[Documentation under construction - please check trax examples]