Skip to content

Commit ad06079

Browse files
committed
Remove unused code
1 parent 22b3ce2 commit ad06079

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ export interface MachineInstance extends Iterator<null | string | Record<string,
111111
stop(): void;
112112
}
113113

114-
declare global {
115-
interface SymbolConstructor {
116-
readonly hello: symbol;
117-
}
118-
}
119-
120114
class Handlers {
121115
private eventsMap = new Map<string | symbol, Target>();
122116
private alwaysArray = new Array<Target>();

0 commit comments

Comments
 (0)