specify .js
This commit is contained in:
parent
ea6f9f1e7d
commit
d7fbef0a55
6 changed files with 14 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue