mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 09:30:07 +00:00
19 lines
611 B
JavaScript
Executable File
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 })
|