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