diff --git a/source/numeric.d.ts b/source/numeric.d.ts index adfbf9e7..3edbf8db 100644 --- a/source/numeric.d.ts +++ b/source/numeric.d.ts @@ -105,6 +105,8 @@ A `number` that is not an integer. Use-case: Validating and documenting parameters. +It does not accept `Infinity`. + @example ``` import type {Float} from 'type-fest';