Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

command.d.ts 365B

12345
  1. import Protocols from '@wdio/protocols';
  2. import { WebDriverResponse } from './request';
  3. import { BaseClient } from './types';
  4. export default function (method: string, endpointUri: string, commandInfo: Protocols.CommandEndpoint, doubleEncodeVariables?: boolean): (this: BaseClient, ...args: any[]) => Promise<WebDriverResponse>;
  5. //# sourceMappingURL=command.d.ts.map