数据类型
小于 1 分钟
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
data | 数据 | Any | - | - |
import { TypeOf } from "@yangzw/bruce-us";
TypeOf("123"); // "string"
TypeOf(123); // "number"
TypeOf(true); // "boolean"
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
data | 数据 | Any | - | - |
import { TypeOf } from "@yangzw/bruce-us";
TypeOf("123"); // "string"
TypeOf(123); // "number"
TypeOf(true); // "boolean"