Files
lcbp3.np-dms.work/frontend/node_modules/get-symbol-description/getInferredName.d.ts
2025-09-21 20:29:15 +07:00

5 lines
133 B
TypeScript
Executable File

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