UNPKG

@badeball/cypress-configuration

Version:

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

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