mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-23 05:29:06 +08:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
function _identity(x) {
|
|
return x;
|
|
}
|
|
|
|
module.exports = _identity, module.exports.__esModule = true, module.exports["default"] = module.exports; |