mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix example code issue
This commit is contained in:
Vendored
-3
@@ -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