ShapeExports Type
`shape-exports`.
Union cases
| Union case |
Description
|
Full Usage:
MutableValueReadOnly
|
Wave four, lane N. A `var` or `let` binding - a global or a module export - emitted get-only, so an assignment a consumer is entitled to write has no F# form. |
Full Usage:
NoValueType
|
|
Full Usage:
RuntimeSpecifierDerived specifier
Parameters:
string
|
Wave two, lane D (recon blocker 5). A `@types/*` package has no runtime of its own, so an import that names it resolves to nothing at all. The runtime package is configuration; this says when the run had to derive one rather than being told.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMutableValueReadOnly
Returns: bool
|
|
Full Usage:
this.IsNoValueType
Returns: bool
|
|
Full Usage:
this.IsRuntimeSpecifierDerived
Returns: bool
|
|