UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

7 lines (6 loc) 133 B
export interface TestingPersonShape { firstName?: string; surname?: string; age?: number; sex?: 'male' | 'female'; }