1
0
forked from jchomaz/Vulture
Files

4 lines
82 B
JavaScript
Raw Permalink Normal View History

export function identity(x) {
return x;
}
//# sourceMappingURL=identity.js.map