wian-helpers

Web Iran Abzar Novin utility functions


Keywords
wianui, js, utilities, functions, methods
License
MIT
Install
npm install wian-helpers@0.0.2

Documentation

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";