This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
VIP24
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
VIP24
/
工具
/
webpack
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
identity.js
identity.js
52 B
Permalink
History
Raw
1
2
3
export default function _identity(x) {
return x;
}