@not-govuk/route-utils
v0.14.0
Published
Utility functions for components relating to routes and requests.
Downloads
3,918
Readme
Not Govuk - Route Utils
Utility functions for components relating to routes and requests.
Using this package
First install the package into your project:
npm install -S @not-govuk/route-utils
Then use it in your code as follows:
import routeUtils from '@not-govuk/route-utils';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm install
Building
npm run build
Clean-up
npm run clean