mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix(website): use NodeJS.Timeout
This commit is contained in:
parent
5ce6c1ae35
commit
71719dc03d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
let current = 0
|
let current = 0
|
||||||
let timeout: number
|
let timeout: NodeJS.Timeout
|
||||||
|
|
||||||
function typewrite(text: string) {
|
function typewrite(text: string) {
|
||||||
blink = false
|
blink = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue