Type alias NodeHasValueInterface

NodeHasValueInterface: {
    setValue(value): void;
    value(): string;
}

Type declaration

Generated using TypeDoc