merge
- Version 2.1.1
- Published
- 7 kB
- No dependencies
- MIT license
Install
npm i merge
yarn add merge
pnpm add merge
Overview
(recursive)? merging of (cloned)? objects.
Index
Functions
function clone
clone: <T>(input: T) => T;
function isPlainObject
isPlainObject: (input: any) => input is Object;
function main
main: typeof main;
function merge
merge: { (clone: boolean, ...items: any[]): any; (...items: any[]): any };
function recursive
recursive: { (clone: boolean, ...items: any[]): any; (...items: any[]): any };
Namespaces
namespace main
namespace main {}
variable clone
var clone: <T>(input: T) => T;
variable clone
var clone: <T>(input: T) => T;
variable isPlainObject
var isPlainObject: (input: any) => input is Object;
variable isPlainObject
var isPlainObject: (input: any) => input is Object;
variable recursive
var recursive: { (clone: boolean, ...items: any[]): any; (...items: any[]): any };
variable recursive
var recursive: { (clone: boolean, ...items: any[]): any; (...items: any[]): any };
Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (9)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/merge
.
- Markdown[](https://www.jsdocs.io/package/merge)
- HTML<a href="https://www.jsdocs.io/package/merge"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2763 ms. - Missing or incorrect documentation? Open an issue for this package.