UNPKG
@noodletired/rest-ts-core
Version:
latest (0.7.6)
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
Type-safe rest API definitions to share
github.com/hmil/rest.ts
hmil/rest.ts
@noodletired/rest-ts-core
/
dist
/
index.d.ts
9 lines
(8 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@module
rest
-ts-core */
export
*
from
'./builder-kit'
;
export
*
from
'./private/base-types'
;
export
*
from
'./private/helpers'
;
export
*
from
'./private/ts-kung-fu'
;
export
*
from
'./types'
;