isDocument.d.ts 76 Bytes Raw Blame History Permalink 1 export declare function isDocument(el: Document | Element): el is Document;