Closed OttoAllmendinger closed 6 years ago
Unlike the other lib/ submodules, lib/extensions exports as default.
lib/
lib/extensions
default
Due to this, require('lnd-binary').extensions was undefined.
require('lnd-binary').extensions
Now it works as expected.
Unlike the other
lib/
submodules,lib/extensions
exports asdefault
.Due to this,
require('lnd-binary').extensions
was undefined.Now it works as expected.