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.d.ts
3 lines
•
126 B
TypeScript
View Raw
1
2
3
export
type
Identity
_F = <T>
(
value
: T
) =>
T;
export
declare
const
identity
:
Identity
_F;
//# sourceMappingURL=identity.d.ts.map