UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

7 lines (6 loc) 159 B
export default interface IDestructable { /** * Clean all timeouts, intervals and links to other objects in this method */ destroy(): void; }