DIR: /proc/1784574/root/usr/share/nodejs/async-listen/dist/src/ |
Current File : //proc/1784574/root/usr/share/nodejs/async-listen/dist/src/index.d.ts |
/// <reference types="node" /> import { Server } from 'net'; export default function listen(server: Server, ...args: any[]): Promise<string>; |