blob: bf1bbcb943e2eb112b92fc85fe9940816194075a [file] [log] [blame] [edit]
/**
* Returns the first argument it receives.
*/
export declare function identityFunc<T>(x: T): T;