UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines (6 loc) 117 B
/** * Returns the first argument it receives. * * @internal */ export declare function identityFunc<T>(x: T): T;