Skip to content

Commit

Permalink
Added description to importdec matches helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Aug 27, 2024
1 parent 33169aa commit e3da442
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function findSpecifier(
);
}

/** Used to check whether the current ImportDeclaration node matches at least 1 of the import specifiers. */
export function checkMatchingImportDeclaration(
node: ImportDeclaration,
imports: ImportSpecifier | ImportSpecifier[],
Expand Down

0 comments on commit e3da442

Please sign in to comment.