Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Number/NumberOf"

Index

Type aliases

Type aliases

NumberOf

NumberOf<N>: NumberOf<N>

Transform a number into a Number

Type parameters

  • N: number

    to stringify

returns

string

example

import {N} from 'ts-toolbelt'

type test0 = N.StringOf<5>  //  '5'
type test1 = N.StringOf<-5> // '-5'

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