UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

9 lines (8 loc) 227 B
export {}; /** * # 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". */