UNPKG

funcunit

Version:
6 lines (4 loc) 159 B
import { getName as moduleBGetName } from 'ext-steal-clone/prior-import/moduleB'; export let getName = function() { return `moduleA ${moduleBGetName()}`; }