ascii-table icon indicating copy to clipboard operation
ascii-table copied to clipboard

Ascii Tables for JS

Results 23 ascii-table issues
Sort by recently updated
recently updated
newest added

There is no need of having the entire concept of heading. ``` js setHeading(heading, [...]) setHeadingAlign(direction) setHeadingAlignLeft() setHeadingAlignCenter() ``` CLI is non-interactive, therefore differentiating between a header and a regular...

enhancement

I love this project, but for Typescript I have to write it myself every time. Here is a sample code for those looking for d.ts for Typescript. ```ts declare module...