NDNts

    Function makeCreateFace

    • Make a function to create a FwFace from a function that creates a transport.

      Type Parameters

      • P extends any[]

      Parameters

      • createTransport: (...args: P) => Promisable<Transport>

      Returns CreateFaceFunc<P>

    • Make a function to create FwFaces from a function that creates transports.

      Type Parameters

      • P extends any[]

      Parameters

      • createTransports: (...args: P) => Promisable<Transport[]>

      Returns CreateFacesFunc<P>

    MMNEPVFCICPMFPCPTTAAATR