vue
Version:
Reactive, component-oriented view layer for modern web interfaces.
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
}
}