Member predicate ModuleObject::exports
Whether this module “exports” name
. That is, whether using import *
on this module
will result in name
being added to the namespace.
Whether this module “exports” name
. That is, whether using import *
on this module
will result in name
being added to the namespace.