README
@anchan828/nest-cache-common
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
 
<script type="module">
import anchan828NestCacheCommon from 'https://cdn.skypack.dev/@anchan828/nest-cache-common';
</script>
Shared package for @anchan828/nest-cache
const obj = { id: 1, name: "name", date: new Date() };
const json = JSON.stringify(data);
parseJSON(json);
// => equals with obj