Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
INTERPRETE2
/
backend
/
node_modules
/
bytes
:
index.d.ts
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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;