|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
271 bytes
|
| Line | |
|---|
| 1 | import ES5 from './es5';
|
|---|
| 2 | import ES6 from './es6';
|
|---|
| 3 | import ES2015 from './es2015';
|
|---|
| 4 |
|
|---|
| 5 | declare const ToPrimitive: typeof ES2015 & {
|
|---|
| 6 | readonly ES5: typeof ES5;
|
|---|
| 7 | /** @deprecated */
|
|---|
| 8 | readonly ES6: typeof ES6;
|
|---|
| 9 | readonly ES2015: typeof ES2015;
|
|---|
| 10 | };
|
|---|
| 11 | export = ToPrimitive;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.