Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/make-process"

Index

Classes

Interfaces

Variables

Functions

Variables

Const chalk

chalk: any = require('chalk')

Const cwd

cwd: string = process.cwd()

Const tty

tty: true = process.stdout.isTTY

Functions

complete

  • complete(str: string | number, len: number, fill?: string, prefix?: boolean): string
  • Parameters

    • str: string | number
    • len: number
    • Default value fill: string = " "
    • Default value prefix: boolean = true

    Returns string

sum

  • sum(arr: any): any

Generated using TypeDoc