UNPKG

159 BTypeScriptView Raw
1/**
2 * Interface for types supporting some form of internal state reset.
3 */
4export interface IReset {
5 reset(): this;
6}
7//# sourceMappingURL=reset.d.ts.map
\No newline at end of file