UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

7 lines 159 B
/** * Interface for types supporting some form of internal state reset. */ export interface IReset { reset(): this; } //# sourceMappingURL=reset.d.ts.map