package.full.string.virtual.code-points.js Maven / Gradle / Ivy
The newest version!
'use strict';
require('../../../modules/es.object.to-string');
require('../../../modules/esnext.string.code-points');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'codePoints');
© 2015 - 2024 Weber Informatics LLC | Privacy Policy