Sha256: f71c3a2050185dd7745796bf2de1da6155f4eaf87b6435c419e5b745878be2cc
Contents?: true
Size: 243 Bytes
Versions: 25
Compression:
Stored size: 243 Bytes
Contents
var global = require('../internals/global'); var setToStringTag = require('../internals/set-to-string-tag'); // JSON[@@toStringTag] property // https://tc39.github.io/ecma262/#sec-json-@@tostringtag setToStringTag(global.JSON, 'JSON', true);
Version data entries
25 entries across 25 versions & 7 rubygems