Files
memecoin-botV2/.pnpm-store/v10/files/3d/5ddd5da500b74d43275ac7c10a81837f74faf4a2ed550a19360dbfb7983b70c91fb1422c6a949a538dac068000ebb3a7f1f82188b339543576ee880673d5ed

3 lines
182 B
Plaintext

import type * as ts from 'typescript';
export declare function typeDeclaredInFile(relativePath: string | undefined, declarationFiles: ts.SourceFile[], program: ts.Program): boolean;