JSDoc mark variable as const like in typescript as const
const foo = /** @type {const} */ ({x: 1});
The parentheses are required.
Print
Fullscreen
Presentation