astro-ghostcms/.pnpm-store/v3/files/58/eb7b33ffdfb7633845a836f8e3e...

4 lines
196 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Options } from "../index";
import type TokenProcessor from "../TokenProcessor";
export declare function getNonTypeIdentifiers(tokens: TokenProcessor, options: Options): Set<string>;