Preparing search index...
The search index is not available
tarsec
tarsec
str
Function str
str
<
const
S
>
(
s
)
:
Parser
<
S
>
Takes a string. Returns a parser that parses that string.
Type Parameters
const
S
extends
string
Parameters
s
:
S
string to match on
Returns
Parser
<
S
>
parser that parses the given string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Generated using
TypeDoc
Takes a string. Returns a parser that parses that string.