swc/bundler/tests/.cache/deno/8f576d004620e529e9fe4b5f00eb14e7aa07218c.ts

9 lines
192 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/identityFunc.js
/**
* Returns the first argument it receives.
*/
export default function identityFunc(x) {
return x;
}