UNPKG

integreat

Version:
4 lines (3 loc) 164 B
import type Service from './service/Service.js'; import type { Response } from './types.js'; export default function close(services: Service[]): Promise<Response>;