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 271 B
import { NativeType } from "../../native/native-type.enum"; import RhineVarBase from "../rhine-var-base.class"; export default class RhineVarXmlFragment extends RhineVarBase { _type: NativeType.XmlFragment; } //# sourceMappingURL=rhine-var-xml-fragment.class.d.ts.map