UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 103 B
import type { Server } from './types.js'; export declare function stop(server: Server): Promise<void>;