Interface: IDisposable
March 10, 2023 · View on GitHub
node-taglib-sharp / Exports / IDisposable
Interface: IDisposable
Interface for objects that can (and should) be disposed after they are no longer needed.
Implemented by
Table of contents
Methods
Methods
dispose
▸ dispose(): void
Disposes the current instance.
Returns
void