Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
380 bytes
|
Line | |
---|
1 | require('../../modules/es.json.stringify');
|
---|
2 | var core = require('../../internals/path');
|
---|
3 |
|
---|
4 | // eslint-disable-next-line es/no-json -- safe
|
---|
5 | if (!core.JSON) core.JSON = { stringify: JSON.stringify };
|
---|
6 |
|
---|
7 | // eslint-disable-next-line no-unused-vars -- required for `.length`
|
---|
8 | module.exports = function stringify(it, replacer, space) {
|
---|
9 | return core.JSON.stringify.apply(null, arguments);
|
---|
10 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.