@not-govuk/route-utils
v0.14.0
Published
Utility functions for components relating to routes and requests.
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-utilsThen 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 installBuilding
npm run buildClean-up
npm run clean