UNPKG

funcunit

Version:
6 lines (4 loc) 103 B
import moduleB from './moduleB'; export let getName = function() { return `moduleA ${moduleB()}`; }