UNPKG

reliable-zeromq

Version:

A collection of reliable zeromq messaging constructs

10 lines (8 loc) 226 B
import * as Path from "path"; export default class TestEndpoint { public static GetEndpoint(aName: string): string { return "ipc://" + Path.normalize(`${__dirname}../../../../Endpoints/${aName}.ipc`); } }