Interface ClojureScriptParseOptions

interface ClojureScriptParseOptions {
    lexicon?: {
        [key: string]: Sym;
    };
}

Properties

Properties

lexicon?: {
    [key: string]: Sym;
}

Type declaration

  • [key: string]: Sym