Ko Function Type Declaration Provider
Provides access to function type declarations, including details about parameters and return types.
Inheritors
Properties
The number of parameters for the function type.
The number of parameters for the function type.
Represents the parameters of the function type.
Represents the parameters of the function type.
Represents the return type of the function type.
Functions
Counts the number of parameters that match the given predicate.
Counts the number of parameter types that match the given predicate.
Checks if all parameters match the given predicate.
Checks if all parameter types match the given predicate.
Checks if any parameter matches the given predicate.
Checks if any parameter type matches the given predicate.
Checks if the return type matches the given predicate.
Checks if the return type matches the specified class.