@satisfies
- Tag Kind
- Block
- TSDoc Reference
- TypeDoc specific
This tag is recognized for parity with TypeScript 5.0's @satisfies
Support in JSDoc.
It is hidden by default by the --excludeTags
option.
Example
/**
* @satisfies {ConfigSettings}
*/
export const myConfigSettings = { ... };
See Also
- The
--excludeTags
option