2d12c8a553
Run ID: 131
4 lines
211 B
Plaintext
4 lines
211 B
Plaintext
var core = require('../../modules/$.core');
|
|
module.exports = function stringify(it){ // eslint-disable-line no-unused-vars
|
|
return (core.JSON && core.JSON.stringify || JSON.stringify).apply(JSON, arguments);
|
|
}; |