UNPKG
@neuledge/states-parser
Version:
alpha (0.1.0-alpha.0)
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.1.0-alpha.0
A parser for the Neuledge States language
github.com/neuledge/engine-js
neuledge/engine-js
@neuledge/states-parser
/
dist
/
tokens
/
punctuation.d.ts
6 lines
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AbstractToken
}
from
'./abstract'
;
export
interface
PunctuationToken
extends
AbstractToken
<'
Punctuation
'> {
value
:
string
;
adjacent
:
boolean
; }
//# sourceMappingURL=punctuation.d.ts.map