%PDF- %PDF-
| Direktori : /var/www/projetos/suporte.iigd.com.br/plugins/glpiinventory/lib/lazy.js-0.5.1/ |
| Current File : /var/www/projetos/suporte.iigd.com.br/plugins/glpiinventory/lib/lazy.js-0.5.1/util.js |
function isHarmonySupported() {
var version = process.version.split('.');
// We'll only bother checking Node versions 0.10 and greater
if (version[0] == 'v0' && Number(version[1]) < 10) {
return false;
}
try {
eval('(function*() {})');
return true;
} catch (e) {
return false;
}
}
module.exports = {
isHarmonySupported: isHarmonySupported
};