mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 08:20:10 -07:00
4 lines
180 B
TypeScript
4 lines
180 B
TypeScript
// use import() to prevent cycle import!
|
|
// From here: https://stackoverflow.com/questions/39040108/import-class-in-definition-file-d-ts
|
|
type PeerConnection = import('.').default;
|