UNPKG

127 BJavaScriptView Raw
1'use strict';
2/* global Bun -- Bun case */
3module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';