UNPKG
@davepagurek/flo-mat
Version:
latest (3.0.2)
3.0.2
3.0.1
Medial / Scale Axis Transform (MAT/SAT) Library.
github.com/FlorisSteenkamp/mat
FlorisSteenkamp/mat
@davepagurek/flo-mat
/
src
/
mat
/
elem-type-two-prong.ts
9 lines
(5 loc)
•
129 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/**
@internal
*/
type
ElemType
_TwoProng = |
'twoProng_regular'
|
'twoProng_holeClosing'
;
export
{
ElemType
_TwoProng }