forked from waja/action-debian-package
3 lines
52 B
JavaScript
3 lines
52 B
JavaScript
export default function _identity(x) {
|
|
return x;
|
|
} |