Appearance
校验类型
import { validateType } from '@pinos-ui/utils'
export declare function validateType(target: unknown, type: string): boolean;