Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

IsZero

IsZero<N>: _IsZero<IterationOf<N>>

Check whether a [[Number]] is null or not

Type parameters

  • N: number

    to check

returns

Boolean

example

import {N} from 'ts-toolbelt'

type test0 = N.IsZero<'0'>  // True
type test1 = N.IsZero<'-7'> // False
type test2 = N.IsZero<'7'>  // False

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.