specify .js

This commit is contained in:
syuilo
2023-03-30 13:49:56 +09:00
parent ea6f9f1e7d
commit d7fbef0a55
6 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import autobind from 'autobind-decorator';
import { EventEmitter } from 'eventemitter3';
import ReconnectingWebsocket from 'reconnecting-websocket';
import type { BroadcastEvents, Channels } from './streaming.types';
import type { BroadcastEvents, Channels } from './streaming.types.js';
export function urlQuery(obj: Record<string, string | number | boolean | undefined>): string {
const params = Object.entries(obj)