UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

2 lines (1 loc) 162 B
export type CounterConfig<CounterActive extends boolean = boolean, CounterDescription extends boolean = boolean> = boolean | [CounterActive, CounterDescription];