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.

3 lines 176 B
import { StoredRhineVar } from "../../var/rhine-var.type"; export default function item<T extends object = any>(value: T): StoredRhineVar<T>; //# sourceMappingURL=item.d.ts.map