Skip to content

Instantly share code, notes, and snippets.

@orta
Last active December 9, 2021 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orta/90b60e4107445c955e9f0f76c860f115 to your computer and use it in GitHub Desktop.
Save orta/90b60e4107445c955e9f0f76c860f115 to your computer and use it in GitHub Desktop.
html-lang-tester
export type ABC = {
one: 123
}
<html>
<script>
/** @type import("./example"). */
const a = 123
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment