UNPKG

react-imported-component

Version:
9 lines (8 loc) 135 B
/** * helper function to remap imports * @param x * @param map */ export function remapImports(x, map) { return x.then(map); }