English
Appearance
type FlagDefaultValue<T> = T | () => T & object;
Defined in: packages/parser/src/types.ts:5
T = unknown
T
unknown