UNPKG
@depup/trpc__server
Version:
latest (11.16.0-depup.0)
11.16.0-depup.0
11.15.1-depup.0
11.15.0-depup.0
11.14.1-depup.0
11.13.4-depup.0
11.13.3-depup.0
11.12.1-depup.0
The tRPC server library (with updated dependencies)
trpc.io
trpc/trpc
@depup/trpc__server
/
src
/
vendor
/
unpromise
/
index.ts
8 lines
(7 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
{
Unpromise
}
from
"./unpromise"
;
export
type
{
ProxyPromise
,
SubscribedPromise
,
PromiseExecutor
,
PromiseWithResolvers
, }
from
"./types"
;