fix .d.ts encoding problem

This commit is contained in:
Dany LE
2022-08-25 10:21:59 +02:00
parent e5e152fb40
commit e16959c28d
8 changed files with 7 additions and 19 deletions

View File

@ -1,7 +1,4 @@
export as namespace Sizzle;
declare const Sizzle: SizzleStatic;
export = Sizzle;
interface SizzleStatic {
selectors: Sizzle.Selectors;
@ -84,6 +81,7 @@ declare namespace Sizzle {
}
}
}
// tslint:disable:jsdoc-format
// tslint:disable:max-line-length
// tslint:disable:no-irregular-whitespace