I typically see libraries have a "plugin" directory, or a way to include extensions. Is there a simpler/cleaner way of including it without a `require('node_modules/validator.js/src/extras.js')`, this method seems cluttered.
I typically see libraries have a "plugin" directory, or a way to include extensions.
Is there a simpler/cleaner way of including it without a
require('node_modules/validator.js/src/extras.js'), this method seems cluttered.