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