Skip to content

Commit 6a30f33

Browse files
committed
chore: remove unused helper
1 parent 0a5972e commit 6a30f33

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/helpers.ts

-6
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,3 @@ export function isEmptyObject(obj: object) {
147147
}
148148
return true;
149149
}
150-
151-
export function getSymbolName(symbol: Symbol): string {
152-
const regExp = /\(([^)]+)\)/;
153-
const names = regExp.exec(symbol.toString()) || [];
154-
return names[1];
155-
}

0 commit comments

Comments
 (0)