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) 232 B
export type StrictTimestamp = { seconds: number; nanos: number; }; export declare function createTimestamp(): StrictTimestamp; export declare function duration(start: StrictTimestamp, end: StrictTimestamp): StrictTimestamp;