@bodynarf/utils
v1.4.0
Published
Small library with common utilities which is widely used in projects
Downloads
44
Maintainers
Readme
About
Small library with common utilities which is widely used in projects
Description
Contained elements:
- api - perform http requests (get\post);
- v1 - result of execution: plain data
- v2 - result of execution: complex object representing response state
- simple - new final way of performing http requests
- array - functions to work with arrays
- common - value checks & string utils;
- component - handy functions to use in react components;
- function - common functions (like delay, empty function);
- guid - generate unique guid;
- localStorage - manipulate app local storage;
- object - everything that related to work with object structure.