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.

6 lines 259 B
import { NativeType } from "../../native/native-type.enum"; import RhineVarBase from "../rhine-var-base.class"; export default class RhineVarXmlText extends RhineVarBase { _type: NativeType.XmlText; } //# sourceMappingURL=rhine-var-xml-text.class.d.ts.map