Skip to content

Commit

Permalink
Remove JSDocs for isInputAutoFilled
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Sep 5, 2023
1 parent 7ff4630 commit cf7220c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/isInputAutoFilled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import isSelectorSupported from './isSelectorSupported';

/**
* Check the input is auto filled or not
* @param input
*/
export default function isInputAutoFilled(input: Element): boolean {
if (!input?.matches) return false;
Expand Down

0 comments on commit cf7220c

Please sign in to comment.