@zodash/doreamon
v1.2.9
Published
Zero's Standard Lib,like doreamon box
Downloads
1,989
Maintainers
Readme
Doreamon - Zero's Standard Lib
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.
Features
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
- ...
Install
$ yarn add @zodash/doreamon
Usage
import { uuid } from '@zodash/doreamon';
console.log(uuid()); // -> 0e3b84af-f911-4a55-b78a-cedf6f0bd815
Roadmap
Contribution
Read Contributing Guide for development setup instructions.
License
MIT@whatwewant