1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-18 08:20:10 -07:00
deskreen/app/features/PeerConnection/PeerConnection.d.ts
2021-01-17 23:45:59 +02:00

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;