Here is an example: interface EventTarget { function addEventListener(name: string, callback: Function, capture: boolean); function ...
確定! 回上一頁