UNPKG

callcatcher

Version:
9 lines (8 loc) 219 B
import Nedb from 'nedb'; import { Hit } from './hit'; /** * Proprietary interface with NeDB<Hit> * @see {@link https://github.com/louischatriot/nedb|Nedb} */ export declare class Report extends Nedb<Hit> { }