aliases:
tags:
- Type/Tech/Language/JavaScript
- area/tech/dev
- view/node
from:
- "[[JavaScript]]"
related:
contra:
to:
dateCreated: 2022-02-16, 13:10
dateModified: 2023-11-05, 05:31
version: 1
publish: true
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. Because TypeScript is a superset of JavaScript, all JavaScript programs are syntactically valid TypeScript, but they can fail to type-check for safety reasons. | |
---|---|
wikipedia:: TypeScript |
url:: TypeScript
JavaScript
process.env.someVar
by putting an ! at the end which makes it assert it as never undefined or something? process.env.someVar!