UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

1 lines 341 B
{"version":3,"file":"identityFunc.js","sourceRoot":"","sources":["../../src/jsutils/identityFunc.ts"],"names":[],"mappings":"AAKA,MAAM,UAAU,YAAY,CAAI,CAAI;IAClC,OAAO,CAAC,CAAC;AACX,CAAC","sourcesContent":["/**\n * Returns the first argument it receives.\n *\n * @internal\n */\nexport function identityFunc<T>(x: T): T {\n return x;\n}\n"]}