Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SCritter
/
st-mobile
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
st-mobile
/
public
/
scripts
/
slash-commands
/
SlashCommandBreakController.js
Nanny7
Initial deploy with custom mobile UI
6efa67a
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
138 Bytes
export
class
SlashCommandBreakController
{
/**
@type
{
boolean
} */
isBreak =
false
;
break
(
) {
this
.
isBreak
=
true
;
}
}