1
0
forked from jchomaz/Vulture
Files

3 lines
52 B
JavaScript
Raw Permalink Normal View History

export default function _identity(x) {
return x;
}