homebridge-prometheus-exporter/tests/ambient.d.ts

7 lines
169 B
TypeScript
Raw Permalink Normal View History

2022-11-13 13:34:09 +01:00
import type { SuperTest, Test } from 'supertest'
import type { Server } from 'http'
declare module 'supertest' {
function supertest(app: Server): SuperTest<Test>
}