Typescript modules

From wikinotes
Revision as of 01:12, 17 December 2022 by Will (talk | contribs) (Created page with "<syntaxhighlight lang="typescript"> export default function foo() { } export default function bar() { } </syntaxhighlight> <syntaxhighlight lang="typescript"> ipmort foo from "./foobar.js"; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
export default function foo() {

}

export default function bar() {

}
ipmort foo from "./foobar.js";