UNPKG

botframework-webchat-component

Version:
4 lines (3 loc) 133 B
export default function isHTMLButtonElement(button: HTMLElement): button is HTMLButtonElement { return button.matches('button'); }