RequireExtensions

@native @JSType trait RequireExtensions extends StObject with Dict[Function2[Module, String, Any]]
Companion
object
trait StringDictionary[UndefOr[Function2[Module, String, Any]]]
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

@JSName(".js")
def Dotjs(m: Module, filename: String): Any
@JSName(".json")
def Dotjson(m: Module, filename: String): Any
@JSName(".node")
def Dotnode(m: Module, filename: String): Any

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object