req-once
v0.0.1
Published
requires the module only once, and globally caches the reference for the whole application for the specified module path
Downloads
34
Readme
req-once
example
const Debug = require('req-once')('debug');
// application wide if you always require "debug" this way it will use the same instance