UNPKG

type-plus

Version:
13 lines (11 loc) 378 B
export type { Integer, IsInteger, IsNotInteger, IsWhole, NotInteger } from './integer.js' export type { IsNegative, IsNotNegative, Negative, NotNegative } from './negative.js' export type { IsNotNumeric, IsNumeric, NotNumericType, Numeric, NumericType, Zero } from './numeric_type.js' export type { IsNotPositive, IsPositive, NonPositive, Positive } from './positive.js'