mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
update OHandlerStatic
This commit is contained in:
9
types/odata/index.d.ts
vendored
9
types/odata/index.d.ts
vendored
@@ -82,16 +82,13 @@ declare module 'odata' {
|
||||
}
|
||||
|
||||
interface OHandlerStatic {
|
||||
(): OHandlerStatic;
|
||||
(options?: string | Options): OHandler<{}>;
|
||||
config: (config: Options) => OHandlerStatic;
|
||||
isEndpoint: () => boolean;
|
||||
}
|
||||
|
||||
interface OFn<T> extends OHandler<T> {
|
||||
(): OHandlerStatic;
|
||||
(options?: string | Options): OHandler<T>;
|
||||
}
|
||||
|
||||
var o : OFn<{}>;
|
||||
var o : OHandlerStatic;
|
||||
|
||||
export = o
|
||||
}
|
||||
Reference in New Issue
Block a user