https://github.com/gavinning/aimee-is
Aimee的is模块,用于类型检查
https://github.com/gavinning/aimee-is
Last synced: 10 months ago
JSON representation
Aimee的is模块,用于类型检查
- Host: GitHub
- URL: https://github.com/gavinning/aimee-is
- Owner: gavinning
- License: gpl-3.0
- Created: 2015-07-01T12:19:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T06:08:43.000Z (over 10 years ago)
- Last Synced: 2025-02-01T12:46:45.226Z (12 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Aimee-page
Aimee的is模块,用于类型检查
```
var is = require('is')
is.string()
is.array()
is.function()
is.plainObject()
```