UNPKG

funcunit

Version:
7 lines (5 loc) 273 B
import { getName as moduleBGetName } from 'ext-steal-clone/multiple-overrides/moduleB'; import { getName as moduleCGetName } from 'ext-steal-clone/multiple-overrides/moduleC'; export let getName = function() { return `moduleA ${moduleBGetName()} ${moduleCGetName()}`; }