Files
2025-05-15 13:35:49 +10:00

5 lines
101 B
TypeScript

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