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.
9 lines • 417 B
TypeScript
import { RhineVarAny } from "../../../../index";
import SupportBase from "../support-base";
export default class SupportMap extends SupportBase {
static TARGET_TAG: string;
static convertProperty<T>(key: string | symbol, object: RhineVarAny): any;
static SUPPORTED_PROPERTIES: Set<string | symbol>;
static UNSUPPORTED_PROPERTIES: Set<string | symbol>;
}
//# sourceMappingURL=support-map.class.d.ts.map