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]}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i schemepack-combine

      Weekly Downloads

      2

      Version

      0.0.2

      License

      none

      Last publish

      Collaborators

      • streamich