Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/prelude/number/helpers

Index

Functions

  • createStaticRoundingFunction(method: string): AnyFunction
  • createStringTypeGetter(type: string): PropertyDescriptor
  • Returns a descriptor for a getter that returns a string with attaching the specified type

    Parameters

    • type: string

    Returns PropertyDescriptor

  • repeatString(str: string, num: number): string