typescript property

String get typescript

The TypeScript version used by Deno. For example: "4.8.3".

A version of the TypeScript type checker and language server is built-in to the Deno CLI.

Implementation

_i2.String get typescript => _i3.getProperty(
      this,
      'typescript',
    );
set typescript (String value)

Implementation

set typescript(_i2.String value) {
  _i3.setProperty(
    this,
    'typescript',
    value,
  );
}