UNPKG
swagger-pack
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
test of swagger generated angular models/services and possibility to reuse them
swagger-pack
/
src
/
services
/
index.ts
6 lines
(4 loc)
•
99 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
OrganizationService
}
from
'./organization.service'
;
export
{
OrganizationService
, }