mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 20:01:18 +00:00
3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
// see https://github.com/VadimDez/ng2-pdf-viewer/pull/1161#issuecomment-2521857488
|
|
type SetIterator<T> = Iterator<T>
|