UNPKG
node-zoom2
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.3
0.7.2
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
z39.50 with Node 12+ support
github.com/dengelke/node-zoom2
dengelke/node-zoom2
node-zoom2
/
lib
/
records.d.ts
10 lines
(7 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Record } from
'./record'
; export
class
Records
{ /** Tells whether there are remaining records to iterate over. *
/ hasNext(): boolean; /
** Returns
next
record in the iteration. */
next
(): Record; }