Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "script/build-str-table"

Index

Variables

Functions

Variables

Let build_path

build_path: string = path.join(__dirname, '../build')

fs

fs: any

path

path: PlatformPath

Functions

build

  • build(name: string, table: {}, table_plus?: {}): Promise<[any, any, any, any, any]>
  • Parameters

    • name: string
    • table: {}
      • [k: string]: string
    • Optional table_plus: {}
      • [k: string]: string

    Returns Promise<[any, any, any, any, any]>

buildDebug

  • buildDebug(name: string, table1: {}, table2: {}, table_plus?: {}, table_min_plus?: {}): Promise<[any, any, any, any, any]>
  • Parameters

    • name: string
    • table1: {}
      • [k: string]: string
    • table2: {}
      • [k: string]: string
    • Optional table_plus: {}
      • [k: string]: string
    • Optional table_min_plus: {}
      • [k: string]: string

    Returns Promise<[any, any, any, any, any]>

Generated using TypeDoc