1 | /**
|
2 | * `getUntypedName` returns the name of the normal package
|
3 | * corresponding to a DefinitelyTyped package.
|
4 | */
|
5 | export declare function getUntypedName({ name }: {
|
6 | name: string;
|
7 | }): string | undefined;
|
8 | //# sourceMappingURL=get-untyped-name.d.ts.map |
\ | No newline at end of file |