UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

5 lines (4 loc) 340 B
export declare function fail(message: string): void; export declare function assert(value: unknown, message: string): asserts value; export declare function assertAndReturn<T>(value: T, message: string): Exclude<T, false | null | undefined>; export declare function assertIsString(value: unknown, message: string): asserts value is string;