Members
ROOT_DIR :string
    Makes it a lot easier to use the fs in deeply nested file structures. This
is value of the `__dirname` global variable available in index.js.
    Type:
- string
 
ROOT_REQUIRE :function
    Makes it a lot easier to require in deeply nested file structures. This is
the original nodejs require function.
    Type:
- function