An open API service indexing awesome lists of open source software.

https://github.com/gavinning/aimee-is

Aimee的is模块,用于类型检查
https://github.com/gavinning/aimee-is

Last synced: 10 months ago
JSON representation

Aimee的is模块,用于类型检查

Awesome Lists containing this project

README

          

# Aimee-page

Aimee的is模块,用于类型检查

```
var is = require('is')

is.string()

is.array()

is.function()

is.plainObject()
```