Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 420 Bytes

File metadata and controls

27 lines (14 loc) · 420 Bytes

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