schemepack-combine

0.0.2 • Public • Published

A combine function from schemepack package. For use in a browser on client side.

Usage:

var combine = require("schemepack-combine");
var json = combine(["key", "arr"], ["value", [1, 2, 3]);
console.log(json);
// {key: "value", arr: [1, 2, 3]}

Readme

Keywords

none

Package Sidebar

Install

npm i schemepack-combine

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • streamich