UNPKG
firestore-snapshot-utils
Version:
latest (3.0.1)
3.0.1
2.2.1
2.2.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
ericvera/firestore-snapshot-utils
firestore-snapshot-utils
/
dist
/
internal
/
maskProps.d.ts
2 lines
(1 loc)
•
104 B
TypeScript
View Raw
1
2
export
declare
const
maskProps
: <T>
(
a
: T,
collection
:
string
,
maskKeys
:
Record
<
string
,
string
[]>
) =>
T;