Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

c-jstype

zhangjiuzhou17ISC1.0.2

Javascript中的类型判断

readme

jsType

Javascript中的类型判断。

example

import * as jsType from 'c-jstype'

jsType.isNumber(1) // true
jsType.isString(1) // false