UNPKG
holyfills
Version:
latest (1.0.1)
1.0.1
1.0.0
No more "Holy Sxxt!!" when writting ES5/ES6
github.com/tomchentw/holyfills
tomchentw/holyfills
holyfills
/
lib
/
helpers
/
object_to_string.js
6 lines
(4 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
ObjectPrototype
=
require
(
"./ObjectPrototype"
);
// Notice: Having a toString local variable name breaks in Opera.
module
.
exports
=
ObjectPrototype
.
toString
;