Typescript datatypes

From wikinotes
Revision as of 03:05, 11 December 2022 by Will (talk | contribs) (Created page with "= Primitives = <blockquote> <syntaxhighlight lang="typescript"> string number boolean </syntaxhighlight> </blockquote><!-- Primitives -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Primitives

string
number
boolean