table-as
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published
 _____  _____      _____  _____  _____  __     _____ 
|  _  ||   __| ___|_   _||  _  || __  ||  |   |   __|
|     ||__   ||___| | |  |     || __ -||  |__ |   __|
|__|__||_____|      |_|  |__|__||_____||_____||_____|
v1.0.1

Installation

npm install table-as

Usage

import { createTable } from "table-as";

const table = createTable([
  ["0A","0B","0C"],
  ["1A","1B","1C"],
  ["2A","2B","2C"]
]);

console.log(table);

// ┌────────┬────────┬────────┐
// │   0A   │   0B   │   0C   │
// ├────────┼────────┼────────┤
// │   1A   │   1B   │   1C   │
// ├────────┼────────┼────────┤
// │   2A   │   2B   │   2C   │
// └────────┴────────┴────────┘

Issues

Please submit an issue to https://github.com/JairusSW/as-table/issues if you find anything wrong with this library

Package Sidebar

Install

npm i table-as

Weekly Downloads

1,108

Version

1.0.1

License

MIT

Unpacked Size

19.3 kB

Total Files

8

Last publish

Collaborators

  • jairussw