4 lines
127 B
JavaScript
Executable File
4 lines
127 B
JavaScript
Executable File
'use strict';
|
|
/* global Bun -- Bun case */
|
|
module.exports = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
|