4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
|
// imports should classify it as a module, even when not at the top
|
||
|
os.now()
|
||
|
import * as os from "qjs:os"
|