from-code-point.js 141 Bytes
Newer Older
Lalita's avatar
Lalita committed
1 2 3 4
require('../../modules/es.string.from-code-point');
var path = require('../../internals/path');

module.exports = path.String.fromCodePoint;