Interface TokenizeOptions

interface TokenizeOptions {
    mode?: TokenizeMode;
}

Properties

Properties