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 178 B
import RhineVarMap from "../../var/items/rhine-var-map.class"; export default function map<T>(defaultValue?: Record<string, T>): RhineVarMap<T>; //# sourceMappingURL=map.d.ts.map