0.3.0 • Published 1 year ago

@drupal-api-client/utils v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.3.0

1 year ago

0.2.0

1 year ago