mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[easy-xapi-utils] Fix build by removing unneed references (#22623)
This commit is contained in:
parent
d19ddb855d
commit
f25d2046ad
@ -2,9 +2,6 @@
|
||||
* Created by karl on 14/07/15.
|
||||
*/
|
||||
|
||||
|
||||
/// <reference types="easy-xapi" />
|
||||
|
||||
import express = require('express');
|
||||
import eXapi = require('easy-xapi');
|
||||
import eUtils = require('easy-xapi-utils');
|
||||
|
||||
4
types/easy-xapi-utils/index.d.ts
vendored
4
types/easy-xapi-utils/index.d.ts
vendored
@ -4,10 +4,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
/// <reference types="easy-jsend" />
|
||||
/// <reference types="easy-x-headers" />
|
||||
|
||||
|
||||
import express = require('express');
|
||||
|
||||
export declare function isLoggedIn(role?: string): express.RequestHandler;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user