UNPKG

@opentap/runner-client

Version:

This is the web client for the OpenTAP Runner.

12 lines (11 loc) 311 B
interface SubjectParts { runnerId: string | undefined; sessionId: string | undefined; } /** * Get the runner ID and session ID from the subject as SubjectParts. * @param {string} subject * @returns SubjectParts */ export declare const getSubjectParts: (subject: string) => SubjectParts; export {};