parseSgrPointer
function exported by @mwillbanks/tuil-pointer.
function
Public function exported by @mwillbanks/tuil-pointer.
export function parseSgrPointer(input: string): ParsedPointerInput | undefined;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
input | string | Yes | Supplies the input value as string. | — |
Returns
ParsedPointerInput | undefined — Returns a value that satisfies ParsedPointerInput | undefined.
Related types: ParsedPointerInput
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference