(
options: ApiPropertyOptions = {}
)
| 51 | * @publicApi |
| 52 | */ |
| 53 | export function ApiProperty( |
| 54 | options: ApiPropertyOptions = {} |
| 55 | ): PropertyDecorator { |
| 56 | return createApiPropertyDecorator(options); |
| 57 | } |
| 58 | |
| 59 | export function createApiPropertyDecorator( |
| 60 | options: ApiPropertyOptions = {}, |
no test coverage detected
searching dependent graphs…