UNPKG

babel-core

Version:

Turn ES6 code into readable vanilla ES5 with source maps

13 lines (10 loc) 163 B
"use strict"; exports.check = check; exports.__esModule = true; var metadata = { stage: 0 }; exports.metadata = metadata; function check() { return false; }