/** * 获取数据的类型,冗长版(能够识别我们认为的数据类型) */ export declare function typeofStr(needle: any): string;