sam522's picture
node
d4b85c0
raw
history blame contribute delete
101 Bytes
/**
* Returns the first argument it receives.
*/
export declare function identityFunc<T>(x: T): T;