UNPKG
sails-js-parser
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.1.0
0.0.1
Sails-IDL parser for TypeScript
github.com/gear-tech/sails/tree/master/js
sails-js-parser
/
lib
/
index.js
5 lines
(4 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
export
{
SailsIdlParser
}
from
'./parser.js'
;
export
{
Ctor
,
CtorFunc
,
Program
}
from
'./program.js'
;
export
{
FuncParam
,
Service
,
ServiceEvent
,
ServiceFunc
}
from
'./service.js'
;
export
{
EnumDef
,
EnumVariant
,
TypeDef
}
from
'./types.js'
;