@not-govuk/route-utils

Utility functions for components relating to routes and requests.

Usage no npm install needed!

<script type="module">
  import notGovukRouteUtils from 'https://cdn.skypack.dev/@not-govuk/route-utils';
</script>

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