Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
Switch branch/tag
search-page
node_modules
dom-helpers
esm
isDocument.d.ts
Find file
Normal view
History
Permalink
isDocument.d.ts
95 Bytes
Edit
Web IDE
Newer
Older
first commit
Sangjune Bae
committed
Dec 26, 2020
1
export
default
function
isDocument
(
element
:
Element
|
Document
|
Window
):
element
is
Document
;