node-require-from-string

Require module from string
  https://github.com/floatdrop/require-from-string
  0
  no reviews



This module can be used to avoid creating files for small modules and instead, the content of the module can be passed as a string.

Node.js is an event-based server-side JavaScript engine.