Doreamon is a utility library that focus on getting daily works done. Inspired by lodash, underscore, google closure lib, but not only utils, it is a doreamon for developer.
Installing one library brings you tons of useful utilities:
- Standard your is
- Standard your log with Logger
- Standard your cookie with Cookie
- Standard your date with Moment
- Standard your string,array,object,func with it
- Standard your EventBus / EventEmitter
- Standard your Device
- Standard your Storage
- ...
$ yarn add @zodash/doreamon
import { uuid } from '@zodash/doreamon';
console.log(uuid()); // -> 0e3b84af-f911-4a55-b78a-cedf6f0bd815
Read Contributing Guide for development setup instructions.
MIT@whatwewant