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.
- Host: GitHub
- URL: https://github.com/xotic750/module-boilerplate-x
- Owner: Xotic750
- License: mit
- Created: 2017-06-09T15:12:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:55:58.000Z (over 3 years ago)
- Last Synced: 2025-09-22T05:25:57.485Z (10 months ago)
- Topics: boilerplate, browser, es3, javascript, nodejs
- Language: JavaScript
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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';
```