Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BootstrapUtils

Index

Constructors

constructor

Properties

Static Private initialize

initialize: void = ...

Methods

Static Private add

  • add(a: any, b: any): string | number

Static computerMemory

  • computerMemory(percentage: number): number

Static formatJson

  • formatJson(string: string): string

Static generateConfiguration

  • generateConfiguration(templateContext: any, copyFrom: string, copyTo: string, excludeFiles?: string[], includeFiles?: string[]): Promise<void>
  • Parameters

    • templateContext: any
    • copyFrom: string
    • copyTo: string
    • excludeFiles: string[] = ...
    • includeFiles: string[] = ...

    Returns Promise<void>

Static getNetworkIdentifier

  • getNetworkIdentifier(networkType: NetworkType): string

Static getNetworkName

  • getNetworkName(networkType: NetworkType): string

Static Private minus

  • minus(a: any, b: any): number

Static pruneEmpty

  • pruneEmpty(obj: any): any

Static resolveWorkingDirPath

  • resolveWorkingDirPath(workingDir: string, path: string): string

Static runTemplate

  • runTemplate(template: string, templateContext: any): string

Static splitCsv

  • splitCsv(object: string): string[]

Static toAmount

  • toAmount(renderedText: string | number): string

Static toHex

  • toHex(renderedText: string): string

Static toJson

  • toJson(object: any): string

Static toSeconds

  • toSeconds(serverDuration: string): number

Static toSimpleHex

  • toSimpleHex(renderedText: string): string

Generated using TypeDoc