UNPKG
trim-obj
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Recursively trim object values
github.com/richardscarrott/trim-obj
richardscarrott/trim-obj
trim-obj
/
dist
/
trim-obj.d.ts
2 lines
(1 loc)
•
66 B
TypeScript
View Raw
1
2
export
declare
const
trimObj
: <T
extends
object
>
(
object
: T
) =>
T;