latest changes before server transfer
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
This commit is contained in:
13
server/node_modules/call-bound/index.d.ts
generated
vendored
Normal file
13
server/node_modules/call-bound/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user