init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Takes a single argument and always returns its input value.
|
||||
*/
|
||||
export function identity(x) {
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user