Files
echo-nexus/node_modules/@codemirror/legacy-modes/mode/asn1.d.ts
T

13 lines
431 B
TypeScript

import {StreamParser} from "@codemirror/language"
export declare function asn1(conf: {
keywords?: {[word: string]: any},
cmipVerbs?: {[word: string]: any},
compareTypes?: {[word: string]: any},
status?: {[word: string]: any},
tags?: {[word: string]: any},
storage?: {[word: string]: any},
modifier?: {[word: string]: any},
accessTypes?: {[word: string]: any},
multiLineStrings?: boolean
}): StreamParser<unknown>