mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05: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>
|