This commit is contained in:
7
node_modules/graphql/jsutils/identityFunc.js.flow
generated
vendored
Normal file
7
node_modules/graphql/jsutils/identityFunc.js.flow
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// @flow strict
|
||||
/**
|
||||
* Returns the first argument it receives.
|
||||
*/
|
||||
export default function identityFunc<T>(x: T): T {
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user