pWiki/lib/types/Function.js
Alex A. Naanou e7a9610d81 lots of tweaks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-08-04 19:47:08 +03:00

19 lines
611 B
JavaScript
Executable File

/**********************************************************************
*
*
*
**********************************************/ /* c8 ignore next 2 */
((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)
(function(require){ var module={} // make module AMD/node compatible...
/*********************************************************************/
var AsyncFunction =
module.AsyncFunction =
(async function(){}).constructor
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })