UNPKG

import-in-the-middle

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