mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
// external
|
|
import {test} from './global.js'
|
|
console.log(globalThis.main)
|
|
test()
|
|
|