File "index.d.ts"

Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/safer-buffer/index.d.ts
File size: 313 bytes
MIME-type: text/x-java
Charset: utf-8

import callBind from 'call-bind-apply-helpers';

declare function callBoundIntrinsic(
    name: string,
    allowMissing?: false
): ReturnType<typeof callBind>;

declare function callBoundIntrinsic(
    name: string,
    allowMissing: true
): undefined | ReturnType<typeof callBind>;

export = callBoundIntrinsic;