mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Fix example code issue
This commit is contained in:
3
types/unzip/index.d.ts
vendored
3
types/unzip/index.d.ts
vendored
@@ -31,6 +31,3 @@ export interface Entry {
|
||||
pipe: (stream: NodeJS.WritableStream) => void;
|
||||
autodrain: () => void;
|
||||
}
|
||||
|
||||
/*~ You can declare properties of the module using const, let, or var */
|
||||
export const myField: number;
|
||||
|
||||
Reference in New Issue
Block a user