source: imaps-frontend/node_modules/call-bound/index.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 313 bytes
RevLine 
[79a0317]1import callBind from 'call-bind-apply-helpers';
2
3declare function callBoundIntrinsic(
4 name: string,
5 allowMissing?: false
6): ReturnType<typeof callBind>;
7
8declare function callBoundIntrinsic(
9 name: string,
10 allowMissing: true
11): undefined | ReturnType<typeof callBind>;
12
13export = callBoundIntrinsic;
Note: See TracBrowser for help on using the repository browser.