PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/nx/src/daemon

Просмотр файла: socket-utils.d.ts

export declare const isWindows: boolean;
/**
 * For IPC with the daemon server we use unix sockets or windows named pipes, depending on the user's operating system.
 *
 * See https://nodejs.org/dist/latest-v14.x/docs/api/net.html#net_identifying_paths_for_ipc_connections for a full breakdown
 * of OS differences between Unix domain sockets and named pipes.
 */
export declare const FULL_OS_SOCKET_PATH: string;
export declare function killSocketOrPath(): void;
export declare function serializeResult(error: Error | null, serializedProjectGraph: string | null): string | null;

Выполнить команду


Для локальной разработки. Не используйте в интернете!