UNPKG

221 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.default = getPossiblePluginNames;
5function getPossiblePluginNames(pluginName) {
6 return ["babel-plugin-" + pluginName, pluginName];
7}
8module.exports = exports["default"];
\No newline at end of file