https://github.com/hankaibo/mystone
https://github.com/hankaibo/mystone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hankaibo/mystone
- Owner: hankaibo
- License: mit
- Created: 2019-05-31T06:59:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T07:40:43.000Z (over 4 years ago)
- Last Synced: 2025-04-12T23:49:43.416Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://hankaibo.github.io/mystone/
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mystone
[](https://travis-ci.org/hankaibo/mystone)A tool library for me.
## 安装依赖
``` bash
$ npm install -S mystone
```## 使用
#### 普通页面中使用``` bash
mystone.classof({})
```
#### Node项目中使用
``` bash
let mystone = require('mystone')
or
import mystone from 'mystone'
mystone.classof({}) // 'Object'
mystone.all([1,2]) // true```
## 文档
[API](https://hankaibo.github.io/mystone/)
## License
[MIT](http://opensource.org/licenses/MIT)