van-hmr/apptest.js
2025-02-03 14:13:41 -05:00

7 lines
116 B
JavaScript

import Test from "./lib/test.js";
/** @type {Test.de} */
const thing =()=>{}
console.log(Test.default("a", "b"));