UNPKG

funcunit

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