Skip to content

Commit

Permalink
Update node.d.ts
Browse files Browse the repository at this point in the history
Removed extra whitespace.
  • Loading branch information
vikaskaliramna07 committed Jun 28, 2023
1 parent 74abab4 commit a2d6516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ declare namespace Node {
export interface Source {
/**
* The source file from where a node has originated.
*
*
* @type {Input}
*/
input: Input

/**
* The inclusive starting position for the source
* code of a node.
*
*
* @type {Position}
*/
start?: Position

/**
* The inclusive ending position for the source
* The inclusive ending position for the source
* code of a node.
*
*
* @type {Position}
*/
end?: Position
Expand Down

0 comments on commit a2d6516

Please sign in to comment.