@binyamin/data-cache
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Data-Cache

npm bundle size CI Test

A tiny npm module for caching data

Install

$ npm install @binyamin/data-cache

Usage

import * as datacache from '@binyamin/data-cache';

datacache.set('data', 'value');
// => Creates a file `.cache/data`, with a value of 'value'

datacache.get('data');
// => "value"

License

MIT © Binyamin Green

Readme

Keywords

Package Sidebar

Install

npm i @binyamin/data-cache

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

5.23 kB

Total Files

5

Last publish

Collaborators

  • b3u