UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

8 lines (7 loc) 132 B
// @flow strict /** * Returns the first argument it receives. */ export default function identityFunc<T>(x: T): T { return x; }