🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vin_coder/type

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vin_coder/type

类型判断lib

latest
Source
npmnpm
Version
1.0.37
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

类型检测

用法

引入项目,支持 module.exports 和 exports

const {isString} = require('type');
isString('')

或者

const Type  = require('type);
Type.isString(false)

API

isString
isBoolean
isArray

...

Keywords

type

FAQs

Package last updated on 28 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts