require

fun require(id: String): Any?(source)

The module.require() method provides a way to load a module as if require() was called from the original module.

Since

v0.5.1