Added reference to node.

This commit is contained in:
Victor Widell
2017-02-14 18:24:56 +01:00
committed by GitHub
parent c8e9da2629
commit 15f95bdfc1

View File

@@ -3,6 +3,8 @@
// Definitions by: Clément Bourgeois <https://github.com/moonpyk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import * as http from 'http';
declare function auth(req: http.IncomingMessage): auth.BasicAuthResult;