Options
All
  • Public
  • Public/Protected
  • All
Menu

table-parser-cli — Reference

Index

Functions

convert

  • convert(table: any, type: Type): Promise<any>
  • Parameters

    • table: any
    • type: Type

    Returns Promise<any>

getAsyncArray

  • getAsyncArray<Item>(iterable: AsyncIterable<Item>): Promise<any[]>
  • Type parameters

    • Item

    Parameters

    • iterable: AsyncIterable<Item>

    Returns Promise<any[]>

getIndent

  • getIndent(type: IndentType, size: number): number | " "

main

readStdIn

  • readStdIn(stdin: AsyncIterable<string>): Promise<string>
  • Parameters

    • stdin: AsyncIterable<string>

    Returns Promise<string>

Generated using TypeDoc