UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

7 lines 176 B
/** * Interface for types supported the release of internal resources. */ export interface IRelease { release(opt?: any): boolean; } //# sourceMappingURL=release.d.ts.map