UNPKG

gauge-ts

Version:
8 lines (7 loc) 264 B
/// <reference types="node" /> import type { HookRegistry } from "./HookRegistry"; import type { StepRegistry } from "./StepRegistry"; export interface GlobalStepRegistry extends Global { gaugeStepRegistry: StepRegistry; gaugeHookRegistry: HookRegistry; }