Skip to content

Commit

Permalink
Fix Document#nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-we committed Feb 3, 2024
1 parent 5e7dde7 commit ee7fcd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/document.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ declare namespace Document {
* ```
*/
declare class Document_ extends Container<Root> {
nodes: Root[]
parent: undefined
type: 'document'

Expand Down

0 comments on commit ee7fcd4

Please sign in to comment.