UNPKG

@thi.ng/api

Version:
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