TsModule Type
Represents a namespace or module declaration and the collected types within it.
Reflects: ModuleDeclaration, ModuleBlock, and NamespaceExportDeclaration.
Example
declare namespace MyLib { const version: string }
Multiple items
val string: value: 'T -> string
--------------------
type string = System.String
val string: value: 'T -> string
--------------------
type string = System.String
Record fields
| Record Field |
Description
|
|
|
Full Usage:
FullyQualifiedName
Field type: string list
|
|
Full Usage:
IsNamespace
Field type: bool
|
|
Full Usage:
IsRecursive
Field type: bool
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Source
Field type: string option
|
|