UNPKG
graphql-codegen-types-map
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
## Description
github.com/lukaskl/graphql-codegen-types-map
lukaskl/graphql-codegen-types-map
graphql-codegen-types-map
/
utils
/
types.d.ts
2 lines
(1 loc)
•
119 B
TypeScript
View Raw
1
2
export
declare
type
ReplaceReturnType
<T
extends
(...
a
:
any
) =>
any
,
TNewReturn
> =
(
...
a
:
Parameters
<T>
) =>
TNewReturn
;