import { load as loadInternal } from 'transitive-external' export async function load(name) { let value = await loadInternal('./' + name + '.mjs') return `transitive ${value}` }