Typescript modules: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 December 2022

  • curprev 01:1201:12, 17 December 2022Will talk contribs 212 bytes +212 Created page with "<syntaxhighlight lang="typescript"> export default function foo() { } export default function bar() { } </syntaxhighlight> <syntaxhighlight lang="typescript"> ipmort foo from "./foobar.js"; </syntaxhighlight>"