UNPKG
@uxland/functional
Version:
alpha (1.0.0-alpha.1)
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
Functional
github.com/uxland/uxland/tree/master/packages/functional
uxland/uxland
@uxland/functional
/
lib
/
ramda
/
id.d.ts
2 lines
(1 loc)
•
57 B
TypeScript
View Raw
1
2
export
declare
const
id
: <T>
(
obj
:
Record
<
"id"
, T>
) =>
T;