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
/
drill.d.ts
3 lines
(2 loc)
•
91 B
TypeScript
View Raw
1
2
3
import
{
SyntaxRule
}
from
'./types'
;
export
declare
const
drillSyntax
:
Array
<
SyntaxRule
>;