Kind: Function
One scope per line: the scope, then anything after the first space is its description.
Signature
tsfunction parseScopeLines(text: string): Record<string, string>
Parameters
| Name | Type |
|---|---|
text | string |
Returns: Record<string, string>
Kind: Function
One scope per line: the scope, then anything after the first space is its description.
tsfunction parseScopeLines(text: string): Record<string, string>
| Name | Type |
|---|---|
text | string |
Returns: Record<string, string>
Was this page helpful?