json-joy
Version:
Collection of libraries for building collaborative editing apps.
10 lines • 328 B
JavaScript
;
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".
*/
//# sourceMappingURL=opcodes.js.map