Search
Preparing search index...
The search index is not available
parse-markdown-table — Reference
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
MarkdownCellTable
Class MarkdownCellTable
Hierarchy
MarkdownCellTable
Implements
any
Index
Constructors
constructor
Properties
headers
rows
Constructors
constructor
new
Markdown
Cell
Table
(
headers
:
readonly
string
[]
, rows
:
AsyncIterableIterator
<
readonly
string
[]
>
)
:
MarkdownCellTable
Parameters
headers:
readonly
string
[]
rows:
AsyncIterableIterator
<
readonly
string
[]
>
Returns
MarkdownCellTable
Properties
Readonly
headers
headers
:
readonly
string
[]
Readonly
rows
rows
:
AsyncIterableIterator
<
readonly
string
[]
>
Globals
Markdown
Cell
Table
constructor
headers
rows
Markdown
Cell
Table
Sync
Table
Iteration
Options
horizontal
Line
Regex
create
Markdown
Array
Table
create
Markdown
Array
Table
Sync
create
Markdown
Object
Table
create
Markdown
Object
Table
Sync
iterate
Rows
iterate
Rows
Sync
Generated using
TypeDoc