UNPKG

declarative-js

Version:

_declarative-js_ is modern JavaScript library, that helps to: - tackle array transformation with built in JavaScript array api (e.g. `array.filter(toBe.unique())`), - provide a type-level solution for representing optional values instead of null referen

5 lines (4 loc) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var JMap_1 = require("./map/JMap"); exports.Map = function (obj) { return new JMap_1.JMap(obj); };