mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
Removed reference to hapi
This commit is contained in:
4
types/glue/index.d.ts
vendored
4
types/glue/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user