Skip to content

Commit

Permalink
fix cspell and ts
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 23, 2023
1 parent 224bba2 commit 265ef71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"novalidate",
"npmdir",
"Numberish",
"onscrollend",
"outdir",
"ParamagicDev",
"peta",
Expand Down
3 changes: 3 additions & 0 deletions src/internal/scrollend-polyfill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ if (!isSupported) {
}
});
}

// Without an import or export, TypeScript sees vars in this file as global
export {};

0 comments on commit 265ef71

Please sign in to comment.