UNPKG

@graphql-tools/graphql

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