UNPKG

@graphql-tools/graphql

Version:
7 lines (6 loc) 101 B
/** * Returns the first argument it receives. */ export function identityFunc(x) { return x; }