UNPKG
metamorphosi
Version:
latest (0.8.2)
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
Transform jsons using templates
github.com/nikostoulas/metamorphosi
nikostoulas/metamorphosi
metamorphosi
/
build
/
compact.d.ts
2 lines
(1 loc)
•
109 B
TypeScript
View Raw
1
2
export
declare
function
compact
(
$
:
any
,
keysThatMustExist
?:
any
[],
dropValues
?:
any
[],
keep
?:
boolean
):
any
;