Files
leporello-js/docs/examples/globalThis/index.js

6 lines
83 B
JavaScript
Raw Normal View History

2022-11-26 02:56:32 +08:00
// external
import {test} from './global.js'
console.log(globalThis.main)
test()