Skip to content
On this page

Home > @taiyuuki/utils > throw_type_error

throw_type_error() function

该函数抛出带有特定消息的 TypeError。

Signature:

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

Parameters

ParameterTypeDescription
typestring表示预期数据类型的字符串
namestring参数是一个字符串,表示预期类型的名称。

Returns:

void

Released under the MIT License.