UNPKG

import-in-the-middle

Version:
7 lines (5 loc) 104 B
import { testA } from './cyclical-a.mjs' export function testB () { console.log('testB') testA() }