Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Stringifier

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Stringifier(helpersNamespace: string): Stringifier

Properties

Private helpers

helpers: string = ""

Methods

any

  • any(source: any): string

arr

  • arr(source: any[]): string

date

  • date(source: Date): string

number

  • number(source: number): string

obj

  • obj(source: object): string

str

  • str(source: string): string

Generated using TypeDoc