UNPKG
@terabits/grapi
Version:
latest (2.2.11)
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
Grapi Schema Generator For GraphQL Server
github.com/hareeshbabu82ns/grapi
hareeshbabu82ns/grapi
@terabits/grapi
/
lib
/
hooks
/
mergeHooks.d.ts
4 lines
(3 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
import
{
Hook
}
from
'./interface'
;
declare
const
_default
:
(
hooks
:
Array
<
Record
<
string
,
Hook
>>
) =>
Record
<
string
,
Hook
>;
export
default
_default;