forked from sagnik/Project_Astral
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
/**
|
|
* Safely extract function name from itself
|
|
*/
|
|
export declare function getFunctionName(fn: unknown): string;
|
|
//# sourceMappingURL=stacktrace.d.ts.map
|