Skip to content

Commit

Permalink
added export
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax authored Dec 13, 2023
1 parent 92ab599 commit 1797059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import randomWords from 'random-words';

// @ts-ignore
const startSearch = () => {
export const startSearch = () => {
const iframe = document.getElementById('msBingFrame') as HTMLIFrameElement;
const minDelayInput = document.getElementById('minDelay') as HTMLInputElement;
const maxDelayInput = document.getElementById('maxDelay') as HTMLInputElement;
Expand Down

0 comments on commit 1797059

Please sign in to comment.