Interface Construct

interface Construct {
    getValue(env): number;
    toString(): string;
}

Implemented by

Methods

Generated using TypeDoc