Closed ngryman closed 10 years ago
For now we directly expose the native object. We should wrap it to add utility functions, like ToString which will ease debug.
ToString
Note that console.log and friends use inspect function if present.
console.log
inspect
For now we directly expose the native object. We should wrap it to add utility functions, like
ToString
which will ease debug.