@lastboy/vue2
Version:
Fork of Vue 2.7.16 with patched CVE-2024-9506 (regex ReDoS vulnerability)
16 lines (13 loc) • 306 B
TypeScript
declare module 'de-indent' {
export default function deindent(input: string): string
}
declare namespace jasmine {
interface Matchers<T> {
toHaveBeenWarned(): void
toHaveBeenTipped(): void
}
interface ArrayLikeMatchers<T> {
toHaveBeenWarned(): void
toHaveBeenTipped(): void
}
}