source: imaps-frontend/node_modules/es-to-primitive/es2015.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 208 bytes
Line 
1type primitive = null | undefined | string | symbol | number | boolean | bigint;
2
3declare function ToPrimitive(input: unknown, hint?: StringConstructor | NumberConstructor): primitive;
4
5export = ToPrimitive;
Note: See TracBrowser for help on using the repository browser.