class-type
Version:
the class type info object.
38 lines (26 loc) • 1.13 kB
Markdown
## class-type [![npm][npm-svg]][npm]
[![Build Status][travis-svg]][travis]
[![Code Climate][codeclimate-svg]][codeclimate]
[![Test Coverage][codeclimate-test-svg]][codeclimate-test]
[![downloads][npm-download-svg]][npm]
[![license][npm-license-svg]][npm]
[npm]: https://npmjs.org/package/class-type
[npm-svg]: https://img.shields.io/npm/v/class-type.svg
[npm-download-svg]: https://img.shields.io/npm/dm/class-type.svg
[npm-license-svg]: https://img.shields.io/npm/l/class-type.svg
[travis-svg]: https://img.shields.io/travis/snowyu/class-type.js/master.svg
[travis]: http://travis-ci.org/snowyu/class-type.js
[codeclimate-svg]: https://codeclimate.com/github/snowyu/class-type.js/badges/gpa.svg
[codeclimate]: https://codeclimate.com/github/snowyu/class-type.js
[codeclimate-test-svg]: https://codeclimate.com/github/snowyu/class-type.js/badges/coverage.svg
[codeclimate-test]: https://codeclimate.com/github/snowyu/class-type.js/coverage
The class type info object.
## Usage
```coffee
Type = require 'class-type'
```
## API
See [abstract-type](https://github.com/snowyu/abstract-type.js).
## TODO
## License
MIT