UNPKG
@bemedev/app-react
Version:
beta (0.0.3-beta)
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.3-beta
0.0.2-beta
0.0.1-beta
Use app-ts inside react
github.com/chlbri/app-react
chlbri/app-react
@bemedev/app-react
/
lib
/
utils
/
identity.js
5 lines
(3 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
const
identity = value => value;
export
{ identity };
//# sourceMappingURL=identity.js.map