v0.27 Beta Release 🎉
Skip to content
Gunshi
Search
Main Navigation
Home
Guide
API
Showcase
GitHub
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /api/default/type-aliases/Awaitable.md for this page in Markdown format
gunshi
/
default
/ Awaitable
Type Alias: Awaitable<T>
ts
type
Awaitable
<
T
>
=
T
|
Promise
<
T
>;
Awaitable type.
Type Parameters
Type Parameter
Description
T
The type of the value that can be awaited.