UNPKG

babel-plugin-external-helpers

Version:

This plugin contains helper functions that’ll be placed at the top of the generated code

15 lines (11 loc) 260 B
"use strict"; exports.__esModule = true; exports.default = function (_ref) { var t = _ref.types; return { pre: function pre(file) { file.set("helpersNamespace", t.identifier("babelHelpers")); } }; }; module.exports = exports["default"];