%PDF- %PDF-
Direktori : /var/www/html/node_modules/es-abstract/helpers/ |
Current File : /var/www/html/node_modules/es-abstract/helpers/isCodePoint.js |
'use strict'; module.exports = function isCodePoint(cp) { return typeof cp === 'number' && cp >= 0 && cp <= 0x10FFFF && (cp | 0) === cp; };