Fix example code issue

This commit is contained in:
Ravi Luthra
2017-11-14 20:41:48 -07:00
parent 494067f4cc
commit 2c9745032a

View File

@@ -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;