dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
Span
Interface Span
Represents a span in the input string, indicating position for error reporting.
interface
Span
{
start
:
number
;
end
:
number
;
}
Index
Properties
start
end
Properties
Readonly
start
start
:
number
Readonly
end
end
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
end
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Represents a span in the input string, indicating position for error reporting.