mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:29:30 +08:00
5 lines
No EOL
144 B
Text
5 lines
No EOL
144 B
Text
function _identity(x) {
|
|
return x;
|
|
}
|
|
|
|
module.exports = _identity, module.exports.__esModule = true, module.exports["default"] = module.exports; |