0.0.37 • Published 2 years ago
@types/gulp-gh-pages v0.0.37
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
// Type definitions for gulp-gh-pages
// Project: https://github.com/rowoot/gulp-gh-pages
// Definitions by: Asana <https://asana.com>
// Ntnyq <https://github.com/ntnyq>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <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: Thu, 08 Jul 2021 12:02:37 GMT
- Dependencies: @types/node
- Global values: none
Credits
0.0.35
2 years ago
0.0.36
2 years ago
0.0.37
2 years ago
0.0.34
2 years ago
0.0.33
4 years ago
0.0.32
6 years ago
0.0.31
8 years ago
0.0.30
8 years ago
0.0.29
9 years ago
0.0.28
9 years ago
0.0.27-alpha
9 years ago
0.0.26-alpha
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.16-alpha
9 years ago
0.0.15-alpha
9 years ago