We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6295dc7 commit d64d42eCopy full SHA for d64d42e
docs/options/strictNullChecks.md
@@ -80,7 +80,7 @@ class C {
80
}
81
```
82
83
-プロパティ名に後置された明確な割り当てアサーションを使用して、コンストラクタ以外の場所で初期化することをTypeScriptに通知することができます。
+プロパティ名の末尾に明確な割り当てアサーションを使用することで、コンストラクタ以外の場所で初期化していることをTypeScriptに伝えることができます。
84
85
```ts
86
class C {
intro/strictnullchecks.md
```typescript
0 commit comments