UNPKG

@rbnx/webdriverio

Version:

webdriverio plugin for nx

4 lines (3 loc) 236 B
import { type ExecutorContext, type Tree } from '@nx/devkit'; import type { NormalizedSchema, Schema } from '../schema'; export declare function normalizeOptions(tree: Tree, options: Schema, context: ExecutorContext): NormalizedSchema;