UNPKG

node-disk-storage

Version:

fast and secure local storage persistent data for node js

7 lines (6 loc) 194 B
/** * node-disk-storage * @author Copyright(c) 2021 by Restu wahyu saputra * MIT Licensed */ export declare const matchProperty: (compare: Record<string, any>) => boolean | undefined;