File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const %{name} = %{value}
99export const decodedValue = (... )
1010```
1111
12- Only functions, classes and constants that are ` export ` ed, are visible and
13- accessible from the outside. These constants can live in the same
14- file without being exposed to other code. Also, extracting constants saves memory
15- by avoiding repeated allocations in functions when those same constants are reused.
12+ Only functions, classes and constants that are ` export ` ed, are visible and accessible from the outside.
13+ These constants can live in the same file without being exposed to other code.
14+ Also, extracting constants saves memory by avoiding repeated allocations in functions when those same constants are reused.
You can’t perform that action at this time.
0 commit comments