Sudoo-Dump
A Dump of things
Install
yarn add @sudoo/dump
# Or
npm install @sudoo/dump --save
Usage
import { Dump } from "@sudoo/dump";
const dump: Dump<number> = await Dump.create('unique-name', 0).
To change the value, just use the following code example: