Skip to content

Commit e802a4f

Browse files
committed
New ts version broke extensions
1 parent 737e61b commit e802a4f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

server/src/extensions/stringExtensions.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import '.';
2-
3-
declare global {
4-
export interface String {
5-
stripQuotes(): string;
6-
}
1+
interface String {
2+
stripQuotes(): string;
73
}
84

95
String.prototype.stripQuotes = function (): string {

0 commit comments

Comments
 (0)