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.