source: imaps-frontend/node_modules/es-to-primitive/index.d.ts

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

Pred finalna verzija

  • Property mode set to 100644
File size: 271 bytes
Line 
1import ES5 from './es5';
2import ES6 from './es6';
3import ES2015 from './es2015';
4
5declare const ToPrimitive: typeof ES2015 & {
6 readonly ES5: typeof ES5;
7 /** @deprecated */
8 readonly ES6: typeof ES6;
9 readonly ES2015: typeof ES2015;
10};
11export = ToPrimitive;
Note: See TracBrowser for help on using the repository browser.