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.
4 lines
No EOL
163 B
JavaScript
4 lines
No EOL
163 B
JavaScript
function _AwaitValue(value) {
|
|
this.wrapped = value;
|
|
}
|
|
module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports; |