omarandstuff/desplega-api

View on GitHub
src/Printer.types.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Chalk } from 'chalk'

export interface RowElement {
  text?: string
  style?: Chalk
  fit?: boolean
  blank?: boolean
  symbol?: string
}