jjmschofield/github-codeowners

View on GitHub
src/lib/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export enum OUTPUT_FORMAT {
  SIMPLE = 'simple',
  JSONL = 'jsonl',
  CSV = 'csv',
}