Interface: Finalizable
@divine/uri.Finalizable
Defines how a finalizer function is attached to an object.
Hierarchy
Finalizable
Properties
[FINALIZE]
• Optional
[FINALIZE]: () => Promise
<unknown
>
Type declaration
▸ (): Promise
<unknown
>
A finalizer function, used to clean up temporary resources.
Returns
Promise
<unknown
>