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

8 lines (7 loc) 267 B
export declare function minIndent(content: string): number; export declare function stripIndent(content: string): string; export declare function indent(string: string, options?: { count?: number; indent?: string; includeEmptyLines?: boolean; }): string;