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

4 lines
225 B
Plaintext

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[];