Home > @opennd/lib > realTypeEqual
realTypeEqual() function
判断类型是否为 type
Signature:
typescript
export declare function realTypeEqual(may: any, type: string): boolean;Parameters
Parameter | Type | Description |
|---|---|---|
may | any | |
type | string |
boolean