@types/mocha-steps
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

Installation

npm install --save @types/mocha-steps

Summary

This package contains type definitions for mocha-steps (https://github.com/rprieto/mocha-steps).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha-steps.

index.d.ts

/// <reference types="mocha" />

export function step(title: string, fn?: Mocha.Func): Mocha.Test;
export function xstep(title: string, fn?: Mocha.Func): Mocha.Test;

declare global {
    function step(title: string, fn?: Mocha.Func): Mocha.Test;
    function xstep(title: string, fn?: Mocha.Func): Mocha.Test;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/mocha

Credits

These definitions were written by AryloYeung, and Piotr Roszatycki.

/@types/mocha-steps/

    Package Sidebar

    Install

    npm i @types/mocha-steps

    Weekly Downloads

    7,364

    Version

    1.3.3

    License

    MIT

    Unpacked Size

    3.44 kB

    Total Files

    5

    Last publish

    Collaborators

    • types