UNPKG

@altostra/core

Version:

Core library for shared types and logic

4 lines (3 loc) 63 B
export interface IDisposable { dispose(): Promise<void>; }