UNPKG
@tracespace/parser
Version:
latest (5.0.0-next.0)
next (5.0.0-alpha.0)
5.0.0-next.0
5.0.0-alpha.0
Gerber and NC drill file parser
github.com/tracespace/tracespace
tracespace/tracespace
@tracespace/parser
/
lib
/
syntax
/
index.d.ts
3 lines
(2 loc)
•
212 B
TypeScript
View Raw
1
2
3
export
*
from
'./types'
;
export
declare
const
matchSyntax
:
(
state
:
import
(
"./types"
).
MatchState
<
import
(
".."
).
ChildNode
> |
null
,
token
:
import
(
".."
).
Token
) =>
import
(
"./types"
).
MatchState
<
import
(
".."
).
ChildNode
>;