mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-08-05 05:20:41 +02:00
Add import order prettier plugin
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { unpack } from './util/userspace';
|
||||
import { Hosters, Redirect, TmpHost } from './settings';
|
||||
import { lastPathSegment } from './util/extract';
|
||||
import { unpack } from './util/userspace';
|
||||
|
||||
export interface Match {
|
||||
name: string;
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
import type { Match } from './match';
|
||||
import { matches } from './match';
|
||||
import { matches, type Match } from './match';
|
||||
|
||||
export const Hosters = {
|
||||
getDisabled: async () => {
|
||||
|
||||
Reference in New Issue
Block a user