tuil
ReferencePackages@mwillbanks/tuil-pointerAPI

parseSgrPointer

function exported by @mwillbanks/tuil-pointer.

View rawEdit

function

Public function exported by @mwillbanks/tuil-pointer.

export function parseSgrPointer(input: string): ParsedPointerInput | undefined;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
inputstringYesSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-pointer

On this page