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