sidedoor icon indicating copy to clipboard operation
sidedoor copied to clipboard

Exposing a secondary API for your Node.js modules

Results 2 sidedoor issues
Sort by recently updated
recently updated
newest added

If using a path to locate the module, `sidedoor.get` currently requires the module pathname to be written relative from the location of `sidedoor.js`. For example, if `sidedoor` is installed via...

Following the guidelines and test cases, I've set up to properly expose and get the API through Sidedoor. It throws an error, stating that the named module cannot be found....