Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ABNFGrammar

import type { ABNFGrammar } from "https://googleapis.deno.dev/v1/speech:v1.ts";
interface ABNFGrammar {
abnfStrings?: string[];
}

§Properties

§
abnfStrings?: string[]
[src]

All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.