Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Nisp-Dict

node v4.9.1
version: 1.0.1
endpointsharetweet
var nisp = require("nisp").default; var dict = require("nisp/lib/dict").default; var sandbox = { ":": dict }; var exp = [":", 1, 2]; nisp(exp, sandbox); // {1:2}
Loading…

no comments

    sign in to comment