Sha256: 3c0b40a5c164c9ea76b4d6f6af921e85fab4a7522f9658efe17de4ec78b7d4b1
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
'use strict'; var $ = require('../internals/export'); var cooked = require('../internals/string-cooked'); // `String.cooked` method // https://github.com/tc39/proposal-string-cooked $({ target: 'String', stat: true, forced: true }, { cooked: cooked });
Version data entries
4 entries across 4 versions & 1 rubygems