mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
Since there is no native code I am just checking all of the dependencies in to simplify life and avoid a hard dependency on npm working on any given day.
5 lines
No EOL
238 B
JavaScript
5 lines
No EOL
238 B
JavaScript
var OverloadYield = require("./OverloadYield.js");
|
|
function _awaitAsyncGenerator(e) {
|
|
return new OverloadYield(e, 0);
|
|
}
|
|
module.exports = _awaitAsyncGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; |