1
0
Fork 0
arangodb/js/node/node_modules/es5-ext/function/identity.js

4 lines
60 B
JavaScript

'use strict';
module.exports = function (x) { return x; };