##// END OF EJS Templates
merge
merge

File last commit:

r0:7110eac54b19 v1.0.0 default
r3:e9671275b348 merge tip default
Show More
main.js
17 lines | 403 B | application/javascript | JavascriptLexer
cin
initial port of implab/web
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 = {};