5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
'use strict';
|
|
require('../../modules/esnext.json.is-raw-json');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.JSON.isRawJSON;
|