UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

5 lines (4 loc) 101 B
/** * Returns the first argument it receives. */ export declare function identityFunc<T>(x: T): T;