Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
MustacheScanner
Interface MustacheScanner
Index
Properties
pos
string
tail
Methods
eos
scan
scanUntil
Properties
public
pos
:
number
public
string
:
string
public
tail
:
string
Methods
public
eos
(
)
:
boolean
Returns
boolean
public
scan
(
re
:
RegExp
)
:
string
Parameters
re:
RegExp
Returns
string
public
scanUntil
(
re
:
RegExp
)
:
string
Parameters
re:
RegExp
Returns
string
Globals