astro-ghostcms/.pnpm-store/v3/files/c3/6074abc61331366a9638a9f1af7...

4 lines
225 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as ts from 'typescript';
export declare function dedupeReferencedSymbols<T extends ts.ReferencedSymbol>(items: T[]): T[];
export declare function dedupeDocumentSpans<T extends ts.DocumentSpan>(items: T[]): T[];