export
🚧 under construction
Last updated
Was this helpful?
🚧 under construction
Last updated
Was this helpful?
⟩ ⟩ ⟩ export
⟩ ⟩ ⟩ export
(directive or declaration)
Every module can have two different types of export, and . You can have multiple named exports per module but only one default export.
Export declarations are not subject to rules. You can declare that the module exports X
before the name X
itself is declared.