@types/gulp-jasmine-browser
TypeScript icon, indicating that this package has built-in type declarations

0.1.35 • Public • Published

Installation

npm install --save @types/gulp-jasmine-browser

Summary

This package contains type definitions for gulp-jasmine-browser (https://github.com/jasmine/gulp-jasmine-browser).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-jasmine-browser.

index.d.ts

/// <reference types="node" />

interface IJasmineBrowser {
    specRunner(options?: any): NodeJS.ReadWriteStream;
    server(options?: any): NodeJS.ReadWriteStream;
    headless(options?: any): NodeJS.ReadWriteStream;
}

declare var jasmineBrowser: IJasmineBrowser;
export = jasmineBrowser;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Tanguy Krotoff.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-jasmine-browser

    Weekly Downloads

    26

    Version

    0.1.35

    License

    MIT

    Unpacked Size

    3.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • types