I came across the following code written in js FlowType (I am interested to know the value of + in the context of FlowType not in general JS).
Could you please expla
The '+' symbol means the property is read only and
'-' means the property is write only and
If does not have any '+' or '-' symbol it means the property have both read/write access.
It can be used while defining interface property or type property.
The documentation can be found in below link:
https://flow.org/en/docs/types/interfaces/#toc-interface-property-variance-read-only-and-write-only