You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/documentation/copy/en/javascript/JSDoc Reference.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Note any tags which are not explicitly listed below (such as `@async`) are not y
19
19
-[`@typedef`](#typedef-callback-and-param)
20
20
-[`@callback`](#typedef-callback-and-param)
21
21
-[`@template`](#template)
22
+
-[`@satisfies`](#satisfies)
23
+
22
24
23
25
#### Classes
24
26
@@ -397,6 +399,29 @@ class Cache {
397
399
let c =newCache()
398
400
```
399
401
402
+
### `@satisfies`
403
+
404
+
`@satisfies` provides access to the postfix [operator `satisfies`](/docs/handbook/release-notes/typescript-4-9.html) in TypeScript. Satisfies is used to declare that a value implements a type but does not affect the type of the value.
0 commit comments