WIAN Utilities
WIAN ( Web Iran Abzar Novin ) utility JavaScript functions
Installation
npm install wian-utils
or
yarn add wian-utils
Usage
ES5 functions from common.js module
import { deepObjectsMerge } from "wian-utils";
ES6+ functions from source, to enable treeshaking
import { deepObjectsMerge } from "wian-utils/src";