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.cjs
7 lines
(4 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
identity
= value => value;
exports
.
identity
= identity;
//# sourceMappingURL=identity.cjs.map