UNPKG

377 BTypeScriptView Raw
1import { RawPackageManifest } from '../types/raw-package-manifest';
2export declare function getDefinitelyTypedName({ rawPackageManifest, registry, mirrors, cached, }: {
3 rawPackageManifest: RawPackageManifest;
4 registry?: string;
5 mirrors?: string[];
6 cached?: boolean;
7}): Promise<string | undefined>;
8//# sourceMappingURL=get-definitely-typed-name.d.ts.map
\No newline at end of file