UNPKG

@analys/enum-tabular-types

Version:
8 lines (6 loc) 141 B
const ANSI = -1; const JSON = 0; const SAMPLES = 1; const TABLE = 2; const CROSTAB = 4; export { ANSI, CROSTAB, JSON, SAMPLES, TABLE };