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

https://github.com/xotic750/module-boilerplate-x

Boilerplate for standard modules.
https://github.com/xotic750/module-boilerplate-x

boilerplate browser es3 javascript nodejs

Last synced: 3 months ago
JSON representation

Boilerplate for standard modules.

Awesome Lists containing this project

README

          


Travis status


Dependency status


devDependency status


npm version


jsDelivr hits


bettercodehub score


Coverage Status

## module-boilerplate-x

Boilerplate for standard modules.

### `module.exports` ⇒ \*

This method is just a placeholder.

**Kind**: Exported member
**Returns**: \* - The target.
**Throws**:

- Error If target is not undefined.

| Param | Type | Description |
| -------- | --------------- | ----------- |
| [target] | \* | The target. |

**Example**

```js
import placeHolder from 'module-boilerplate-x';
```