Shared utilities for the Drupal API Client
This package contains optional utilities that may be useful for working with the Drupal API Client, but are not included in the base package.
``shell`
npm install @drupal-api-client/utils
`typescript
import { createCache } from "@drupal-api-client/utils";
const cache = createCache();
`
A cache based on Nanostores that satisfies the @drupal-api-client/api-client` cache interface.