import
The import keyword is used to make the contents of a module available in the script. This keyword operates with the keyword `export as its counterpart.
The use of import is documented together with export.
The import keyword is used to make the contents of a module available in the script. This keyword operates with the keyword `export as its counterpart.
The use of import is documented together with export.