5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
import callBind from 'call-bind-apply-helpers';
|
|
|
|
declare function callBoundIntrinsic(name: string, allowMissing?: boolean): ReturnType<typeof callBind>;
|
|
|
|
export = callBoundIntrinsic; |