wishthis/node_modules/ext/function/identity.js
2022-01-21 09:28:41 +01:00

3 lines
68 B
JavaScript

"use strict";
module.exports = function (value) { return value; };