Files
Shifted/node_modules/graphql/jsutils/identityFunc.d.ts
2026-02-10 01:14:19 +00:00

5 lines
101 B
TypeScript

/**
* Returns the first argument it receives.
*/
export declare function identityFunc<T>(x: T): T;