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

0.0.37 • Public • Published

Installation

npm install --save @types/gulp-gh-pages

Summary

This package contains type definitions for gulp-gh-pages (https://github.com/rowoot/gulp-gh-pages).

Details

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

index.d.ts

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

interface Options {
    remoteUrl?: string | undefined;
    origin?: string | undefined;
    branch?: string | undefined;
    cacheDir?: string | undefined;
    push?: boolean | undefined;
    force?: boolean | undefined;
    message?: string | undefined;
}

declare function ghPages(opts?: Options): NodeJS.ReadWriteStream;

declare namespace ghPages {}

export = ghPages;

Additional Details

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

Credits

These definitions were written by Asana, and Ntnyq.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-gh-pages

Weekly Downloads

230

Version

0.0.37

License

MIT

Unpacked Size

3.56 kB

Total Files

5

Last publish

Collaborators

  • types