Removed reference to hapi

This commit is contained in:
Gareth Parker
2018-03-24 10:28:15 +00:00
parent aa39b8c5b1
commit 22385d414c

View File

@@ -4,12 +4,8 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
/// <reference types="hapi" />
import { Server, ServerOptions } from "hapi";
// import hapi = require('hapi');
export interface Options {
relativeTo: string;
preConnections?: (Server: Server, next: (err: any) => void) => void;