mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Remove superfluous oboe namespaces.
This commit is contained in:
6
oboe/oboe.d.ts
vendored
6
oboe/oboe.d.ts
vendored
@@ -8,9 +8,9 @@
|
||||
declare module oboe {
|
||||
interface OboeFunction extends Function {
|
||||
drop: Object;
|
||||
(url: string): oboe.Oboe;
|
||||
(options: oboe.Options): oboe.Oboe;
|
||||
(stream: NodeJS.ReadableStream): oboe.Oboe;
|
||||
(url: string): Oboe;
|
||||
(options: Options): Oboe;
|
||||
(stream: NodeJS.ReadableStream): Oboe;
|
||||
}
|
||||
|
||||
interface Oboe {
|
||||
|
||||
Reference in New Issue
Block a user