This package contains optional utilities that may be useful for working with the Drupal API Client, but are not included in the base package.
npm install @drupal-api-client/utils
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.