@anchan828/nest-cache-common

![npm](https://img.shields.io/npm/v/@anchan828/nest-cache-common.svg) ![NPM](https://img.shields.io/npm/l/@anchan828/nest-cache-common.svg)

Usage no npm install needed!

<script type="module">
  import anchan828NestCacheCommon from 'https://cdn.skypack.dev/@anchan828/nest-cache-common';
</script>

README

@anchan828/nest-cache-common

npm NPM

Description

Shared package for @anchan828/nest-cache

Quick Start

const obj = { id: 1, name: "name", date: new Date() };
const json = JSON.stringify(data);

parseJSON(json);
// => equals with obj

License

MIT