hexo/node_modules/@babel/runtime/helpers/esm/identity.js

3 lines
54 B
JavaScript

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