Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

npm install valof

Valof requires TypeScript 5.9 or later. The recommended compiler options are:

  • strict (the default from TypeScript 6 on)
  • exactOptionalPropertyTypes

Without exactOptionalPropertyTypes, { a?: string } also accepts undefined, even though JSON serialization drops that key.