mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Change the export case to be more semantically correct
This commit is contained in:
parent
c966aca3bd
commit
6013bd6f9d
6
types/gulp-jsonmin/index.d.ts
vendored
6
types/gulp-jsonmin/index.d.ts
vendored
@ -7,12 +7,12 @@
|
||||
|
||||
import { Transform } from 'stream';
|
||||
|
||||
declare function GulpJsonmin(options?: GulpJsonmin.Options): Transform;
|
||||
declare function gulpJsonmin(options?: gulpJsonmin.Options): Transform;
|
||||
|
||||
declare namespace GulpJsonmin {
|
||||
declare namespace gulpJsonmin {
|
||||
interface Options {
|
||||
verbose?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export = GulpJsonmin;
|
||||
export = gulpJsonmin;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user