mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01: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>
|