Files
feedstr.live/node_modules/core-js/internals/engine-is-bun.js
T
2023-11-25 18:12:47 -05:00

4 lines
127 B
JavaScript

'use strict';
/* global Bun -- Bun case */
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';