Preparing search index...
The search index is not available
wonder-stuff
wonder-stuff
wonder-stuff-render-server/src
ICloseable
Interface ICloseable
A thing that can be closed.
interface
ICloseable
{
close
?:
()
=>
void
|
Promise
<
void
>
;
}
Index
Properties
close?
Properties
Optional
Readonly
close
close
?:
()
=>
void
|
Promise
<
void
>
Close the closeable.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
wonder-stuff
Loading...
A thing that can be closed.