UNPKG

196 BTypeScriptView Raw
1import type { Options } from "../index";
2import type TokenProcessor from "../TokenProcessor";
3export declare function getNonTypeIdentifiers(tokens: TokenProcessor, options: Options): Set<string>;