module¶
type module
TBD
meth (Module: module) :: (Name: string): any
Imports a symbol from a module.
meth (Arg₁: module):exports
TBD
meth (Arg₁: module):path
TBD
meth (Buffer: string::buffer):append(Value: module)
Appends a representation of
Value
toBuffer
.