# module

[![NPM version](https://img.shields.io/npm/v/module.svg?style=flat)](https://npmjs.com/package/module) [![NPM downloads](https://img.shields.io/npm/dm/module.svg?style=flat)](https://npmjs.com/package/module) [![CircleCI](https://circleci.com/gh/36node/module/tree/master.svg?style=shield)](https://circleci.com/gh/36node/module/tree/master) [![codecov](https://codecov.io/gh/36node/module/branch/master/graph/badge.svg)](https://codecov.io/gh/36node/module)
[![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/36node/donate)

## Install

```bash
yarn add module
```

## Usage

```js
const module = require('module');

module();
//=> foo
```

## Contributing

1.  Fork it!
2.  Create your feature branch: `git checkout -b my-new-feature`
3.  Commit your changes: `git commit -am 'Add some feature'`
4.  Push to the branch: `git push origin my-new-feature`
5.  Submit a pull request :D

## Author

**module** © [36node](https://github.com/36node), Released under the [MIT](./LICENSE) License.<br>
Authored and maintained by 36node with help from contributors ([list](https://github.com/36node/module/contributors)).

> [github.com/zzswang](https://github.com/zzswang) · GitHub [@36node](https://github.com/36node) · Twitter [@y](https://twitter.com/y)
