# li-datatype **Repository Path**: yseraaa/li-datatype ## Basic Information - **Project Name**: li-datatype - **Description**: No description available - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # li-datatype ## 介绍 用于判断给定数据的数据类型 in ## 安装 ``` $ npm install li-datatype ``` ## 用法 ```js import {getDataType} from "li-dataype"; console.log(getDataType("1")) //=> "String" console.log(getDataType({})) //=> "Object" ```