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.

5 lines 186 B
import RhineVarMap from "../../var/items/rhine-var-map.class"; export default function map<T>(defaultValue?: { [key: string]: T; }): RhineVarMap<T>; //# sourceMappingURL=map.d.ts.map