1.0.1 • Published 5 years ago

wian-utils v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

WIAN Utilities

WIAN utility JavaScript functions

Installation

npm install wian-utils --save

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

5 years ago

1.0.0

5 years ago