For the complete documentation index, see llms.txt. This page is also available as Markdown.

AnyNumber

AnyNumber

A number type or an instance of a Number.

any-number.type.ts
type AnyNumber = number | Number;

Last updated