UNPKG

289 BTypeScriptView Raw
1import ES5 = require("./es5");
2import ES6 = require("./es6");
3import ES2015 = require("./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;