Skip to main content
Module

x/tokenizer/token.ts

⚙️ A simple tokenizer for deno
import * as tokenizer from "https://deno.land/x/tokenizer@0.1.0/token.ts";

Interfaces

Represents the Token that will be return on a match when scanning in the Tokenizer