@drupal-api-client/utils
v0.3.0
Published
Shared utilities for the Drupal API Client
Downloads
145
Readme
Utilities and other tools
This package contains optional utilities that may be useful for working with the Drupal API Client, but are not included in the base package.
Installation
npm install @drupal-api-client/utils
Usage
createCache
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.