4 lines
80 B
Java
4 lines
80 B
Java
|
|
var objectToString = Object.prototype.toString
|
||
|
|
|
||
|
|
module.exports = objectToString
|