InspectionCleaning/node_modules/core-js/internals/engine-is-bun.js

4 lines
127 B
JavaScript
Raw Normal View History

2025-04-07 09:53:58 +08:00
'use strict';
/* global Bun -- Bun case */
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';