github-pages-deploy-action/node_modules/graphql/jsutils/identityFunc.mjs
2020-03-06 22:45:40 -05:00

7 lines
107 B
JavaScript

/**
* Returns the first argument it receives.
*/
export default function identityFunc(x) {
return x;
}