deno.com

method Module.require

#Module.require(id: string): any

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

Parameters #

#id: string

Return Type #

any