Static methods

staticpaths(request:String):Null<Array<String>>

Returns an array containing the paths searched during resolution of request or null if the request string references a core module, for example http or fs.

See also:

@:selfCallstaticresolve(module:String, ?options:Null<RequireResolveOptions>):String

Use the internal require() machinery to look up the location of a module, but rather than loading the module, just return the resolved filename.

See also: