main.js
17 lines
| 403 B
| application/javascript
|
JavascriptLexer
|
|
r0 | /** | |
| * Created by internet on 6/21/16. | |||
| */ | |||
| 'user strict'; | |||
| /*===== | |||
| return { | |||
| // summary: | |||
| // The implab package main module; implab package is somewhat unusual in that the main module currently just provides an empty object. | |||
| // Apps should require modules from the implab packages directly, rather than loading this module. | |||
| }; | |||
| =====*/ | |||
| /** | |||
| The entry point | |||
| @module implab | |||
| */ | |||
| module.exports = {}; |
