Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/core / TypeAlias

FunctionType

Generic types:R

No documentation has been provided.

Presentation

type FunctionType = (...args: any[]) => R;