UNPKG

adex-adapter-node

Version:

7 lines (5 loc) 131 B
type ServerOut = { run: () => any fetch: undefined } export const createServer: ({ port: number, host: string }) => ServerOut