export

export given container children to current scope


Parameters

export module :dictionary :object :module

Attributes

allexport everything, regardless of whether it's been marked as public (makes sense only for modules)

Returns

  • :nothing

Examples

copy

Related