UNPKG
@scalenc/nc-format
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
Library for handling TRUMPF NC file format.
github.com/scalenc/nc-format
scalenc/nc-format
@scalenc/nc-format
/
dist
/
persistency
/
Reader.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
{
NcText
}
from
'../models/NcText'
;
export
declare
class
Reader
{
static
readFromString
(
input
:
string
|
string
[]):
NcText
; }