Initial Save
This commit is contained in:
8
node_modules/graphql/jsutils/identityFunc.js.flow
generated
vendored
Normal file
8
node_modules/graphql/jsutils/identityFunc.js.flow
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// @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