UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

7 lines (6 loc) 144 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = item; function item(value) { return value; }