UNPKG

@loadable/babel-plugin

Version:
9 lines (7 loc) 203 B
"use strict"; exports.__esModule = true; exports.getImportArg = getImportArg; /* eslint-disable import/prefer-default-export */ function getImportArg(callPath) { return callPath.get('arguments.0'); }