Files
2025-10-23 21:52:07 +03:30

5 lines
133 B
TypeScript

declare function getInferredName(key: PropertyKey): string;
declare const x: typeof getInferredName | undefined | null;
export = x;