toSource.js
A polyfill for Mozilla's Object.toSource() method. Returns the equivalent JavaScript source code (not JSON) for a JavaScript Object, Number, Boolean, String, RegExp, Error, Date or Function.
See the Mozilla docs for more information.
| Failed to load latest commit information. | |||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
bower.json | ||
|
|
package.json | ||
|
|
test.html | ||
|
|
toSource.js | ||
|
|
toSource.min.js | ||
A polyfill for Mozilla's Object.toSource() method. Returns the equivalent JavaScript source code (not JSON) for a JavaScript Object, Number, Boolean, String, RegExp, Error, Date or Function.
See the Mozilla docs for more information.