Skip to content

avoidwork/tiny-merge

Repository files navigation

tiny-merge

Easily merge Arrays or Objects on Client or Server.

Example

import {merge} from "tiny-merge";
const a = {},
    b = {c: "Hello World"};

console.log(merge(a, b).c); // "Hello World"
console.log(a.c); // "Hello World"

License

Copyright (c) 2022 Jason Mulligan Licensed under the BSD-3 license

About

Tiny merge library for Client or Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published