UNPKG

179 BTypeScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2declare function SetFunctionName(F: Function, name: string | symbol, prefix?: string): boolean;
3export = SetFunctionName;