0.0.2 • Published 5 years ago
wian-helpers v0.0.2
WIAN Helpers and Utilities
WIAN ( Web Iran Abzar Novin ) helper 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";