UNPKG

ut-tools

Version:

Build and Release management automation package.

15 lines (11 loc) 246 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function getOutputFormat() { try { Function('a', 'a?.b')({}); return 'ES2021'; } catch { return 'ES2018'; } } exports['default'] = getOutputFormat;