📄 getInferredName.d.ts
/home/palash/git/site/node_modules/get-symbol-description/getInferredName.d.ts
Language: ts • Lines: 5
declare function getInferredName(key: PropertyKey): string;

declare const x: typeof getInferredName | undefined | null;

export = x;