-- export
#1458
Closed
Arpita-Jaiswal
started this conversation in
General
`-- export`
#1458
Replies: 1 comment
-
Duplicate of https://github.com/orgs/fastn-stack/discussions/277. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
-- export:
is used to list the components, variables and record present in current module which can be used by other module. By default it is-- export: *
that is everything is included in export.Beta Was this translation helpful? Give feedback.
All reactions