diff --git a/wake_on_lan/wake_on_lan.d.ts b/wake_on_lan/wake_on_lan.d.ts index 46a03eeee..97e4a7177 100644 --- a/wake_on_lan/wake_on_lan.d.ts +++ b/wake_on_lan/wake_on_lan.d.ts @@ -3,7 +3,6 @@ // Definitions by: Tobias Kahlert // Definitions: https://github.com/SrTobi/DefinitelyTyped -/// /// declare module wol { @@ -70,5 +69,5 @@ declare module wol { declare module 'wake_on_lan' { var wol: wol.Wol; - export = wol; + export = wol; }