UNPKG
callcatcher
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
0.0.0
Your native NodeJS monitoring API
github.com/PaulEvans8669/callcatcher
PaulEvans8669/callcatcher
callcatcher
/
dist
/
interfaces
/
report.d.ts
9 lines
(8 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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
>
{ }