mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-04 08:18:44 +00:00
e770920be0
Also made a rule for it.
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
export interface IDisposable {
|
|
dispose(): void;
|
|
}
|