UNPKG

@types/es-abstract

Version:
4 lines (3 loc) 193 B
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type declare function SetFunctionName(F: Function, name: string | symbol, prefix?: string): boolean; export = SetFunctionName;