FsExportBody Type
What one *bound* member is - a member whose body is not F# but a reference into JavaScript, carried by an `ImportBinding`. Two kinds of declaration hold these: the `Exports` type, whose members are the module's value exports, and a class, whose statics live on the constructor object rather than on an instance.
Union cases
| Union case |
Description
|
|
An exported value (`const`/`let`, or a namespace object): a get-only property.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExportConstructor
Returns: bool
|
|
Full Usage:
this.IsExportFunction
Returns: bool
|
|
Full Usage:
this.IsExportValue
Returns: bool
|
|