File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
- import { isBrowser } from './is-browser'
2
+ import { isBrowser } from './is-browser.js '
3
3
4
4
5
5
export function isBuffer ( obj : any ) : obj is Buffer {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { Exception } from '../exception/exception.js'
2
2
import { ABORT_PROPERTY } from '../constant.js'
3
3
import { isBuffer } from '~/is/is-buffer.js'
4
4
5
- import type { KeqContext } from '~/types/keq-context'
6
- import type { KeqMiddleware } from '../types/keq-middleware'
5
+ import type { KeqContext } from '~/types/keq-context.js '
6
+ import type { KeqMiddleware } from '../types/keq-middleware.js '
7
7
import type { KeqContextRequestBody } from '~/types/keq-context-request.js'
8
8
9
9
Original file line number Diff line number Diff line change 1
- import type { KeqMiddleware } from '~/types/keq-middleware'
1
+ import type { KeqMiddleware } from '~/types/keq-middleware.js '
2
2
import type { KeqRetryDelay } from '~/types/keq-retry.js'
3
3
4
4
function sleep ( ms : number ) : Promise < void > {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { keqMethodRoute } from './keq-method-route.js'
5
5
import { keqModuleRoute } from './keq-module-route.js'
6
6
import { keqPathnameRoute } from './keq-pathname-route.js'
7
7
8
- import type { KeqMiddleware } from '~/types/keq-middleware'
8
+ import type { KeqMiddleware } from '~/types/keq-middleware.js '
9
9
import type { KeqRoute } from '~/types/keq-route.js'
10
10
11
11
You can’t perform that action at this time.
0 commit comments