UNPKG
node-disk-storage
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.5-rc-3
0.0.5-rc-2
0.0.5-rc-1
0.0.5-rc
0.0.4
0.0.3
0.0.2
0.0.1
fast and secure local storage persistent data for node js
github.com/restuwahyu13/node-disk-storage
node-disk-storage
/
dist
/
utils
/
matchProperty.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * node-disk-storage *
@author
Copyright(c) 2021 by Restu wahyu saputra * MIT Licensed */
export
declare
const
matchProperty
:
(
compare
:
Record
<
string
,
any
>
) =>
boolean
|
undefined
;