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

7 lines (6 loc) 451 B
export declare function isString(value: unknown): value is string; export declare function isBoolean(value: unknown): value is boolean; export declare function isFalse(value: unknown): value is false; export declare function isStringOrFalse(value: unknown): value is string | false; export declare function isStringOrStringArray(value: unknown): value is string | string[]; export declare function notNull<T>(value: T | null | undefined): value is T;