Skip to content
On this page

Home > @taiyuuki/utils > log_type_error

log_type_error() function

该函数使用预期的类型和名称记录类型错误消息。

Signature:

typescript
declare function log_type_error(type: string, name: string): void;
declare function log_type_error(type: string, name: string): void;

Parameters

ParameterTypeDescription
typestring表示预期数据类型的字符串
namestring名称参数是一个字符串,表示预期具有特定类型的变量或参数的名称。

Returns:

void

Released under the MIT License.