Type Alias PrintFunctionType
PrintFunctionType: (
type: string,
message?: any,
...optionalParams: any[],
) => void
Type Declaration
- (type: string, message?: any, ...optionalParams: any[]): void
Parameters
- type: string
Optionalmessage: any- ...optionalParams: any[]
Returns void