API Docs for: 0.0.1
Show:

File: src/link/Outro.js

 /**
  * @author Vsevolod Strukchinsky (@floatdrop)
  */

 if (typeof exports !== 'undefined') {
 	if (typeof module !== 'undefined' && module.exports) {
 		exports = module.exports = LINK;
 	}
 	exports.LINK = LINK;
 } else {
 	root.LINK = LINK;
 }


 }).call(this);