UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

10 lines (9 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * # Ideas * * This operation could "box" a value into and array container, e.g. x -> [x]. * Or box into an object container, e.g. x -> {value: x, ...props}. * This operation could also be called "wrap". */