Skip to content

LineNumbers

ts
type LineNumbers = 
  | {
  enabled?: boolean;
  startAt?: number;
}
  | boolean;

Defined in: utils.ts:30