Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Number/_Internal"

Index

Type aliases

Formats

Formats: "b" | "n" | "s"

Describes compatible type formats

  • b: boolean
  • n: number
  • s: string

KnownIterationMapKeys

KnownIterationMapKeys: Exclude<keyof IterationMap, "__">

NegativeIterationKeys

NegativeIterationKeys: SelectKeys<IterationMap, [any, any, any, any, "-"]>

Numbers

Numbers: object

Describes known values of a number

PositiveIterationKeys

PositiveIterationKeys: SelectKeys<IterationMap, [any, any, any, any, "+"]>

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.