Interface TokenDefinition

interface TokenDefinition {
    name: string;
    pattern: RegExp;
}

Properties

Properties

name: string
pattern: RegExp