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
336 B
JavaScript
5 lines
No EOL
336 B
JavaScript
var assertClassBrand = require("./assertClassBrand.js");
|
|
function _classCheckPrivateStaticAccess(receiver, classConstructor, returnValue) {
|
|
return assertClassBrand(classConstructor, receiver, returnValue);
|
|
}
|
|
module.exports = _classCheckPrivateStaticAccess, module.exports.__esModule = true, module.exports["default"] = module.exports; |