UNPKG

ut-tools

Version:

Build and Release management automation package.

11 lines (9 loc) 168 B
function getOutputFormat() { try { Function('a', 'a?.b')({}); return 'ES2021'; } catch { return 'ES2018'; } } export { getOutputFormat as default };