typeioc

Home > typeioc > Disposer

Disposer type

Specifies an instance of the dispose action to be used during resolution disposal Receives an instance of the resolution

Signature:

export declare type Disposer<T> = (item: T) => void;