Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Formatting

Type aliases

Box

Box: (BoxSegment | "empty")[]

BoxSegment

BoxSegment: object

Type declaration

  • box: keyof BoxSymbols
  • color: string
  • boxLayout: BoxLayoutStyle

ItemType

ItemType: number | bigint | symbol | string | boolean | Object | any[] | function | null | undefined

any primitive and non primitive type that an Itemcan be composed of

Generated using TypeDoc