Skip to content

Commit bdb422a

Browse files
committed
Fix duplicate type decl
1 parent d446a0a commit bdb422a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/proxy/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { ServeFunction } from '../types';
22
import * as endpoints from './endpoints';
33
import { GetEndpoint, proxy as rawProxy, ProxyOptions } from './proxy';
44

5-
export type GetEndpoint = (req: Request) => URL;
6-
75
export function random(
86
upstreams: string[],
97
opts?: ProxyOptions

0 commit comments

Comments
 (0)