This website works better with JavaScript
David A. Windham
david
/
dw_webrtc
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b05171dcf4
Branches
Tags
master
dw_webrtc
/
src
/
types.ts
types.ts
96 B
History
Raw
1
2
3
export type PlaceholderGenerator<T extends Node = HTMLElement> =
| null
| (() => T | null);