Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/engine-is-bun.js |
'use strict'; /* global Bun -- Bun case */ module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';