UNPKG

@lydell/node-pty

Version:

node-pty with prebuilt binaries

10 lines (9 loc) 278 B
"use strict"; /** * Copyright (c) 2020, Microsoft Corporation (MIT License). */ Object.defineProperty(exports, "__esModule", { value: true }); function getWorkerPipeName(conoutPipeName) { return conoutPipeName + "-worker"; } exports.getWorkerPipeName = getWorkerPipeName;