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 213 B
import { RhineVarAny } from "../rhine-var.type"; export default class SupportManager { static convertProperty<T>(key: string | symbol, object: RhineVarAny): any; } //# sourceMappingURL=support-manager.d.ts.map