Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
TheLazySquid
Edit Copy
Star
GitHub Repository:
TheLazySquid/GimkitCheat
Path:
blob/main/src/hud/stores.ts
4
1
7
2
views
1
import
{
writable
}
from
'svelte/store'
;
2
3
export
const
showHud
=
writable
(
true
)
;
4