mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Re-format app imports
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { Client } from "castv2"
|
||||
import { createBrowser, tcp } from "mdns-js"
|
||||
import { Client } from "castv2";
|
||||
import { createBrowser, tcp } from "mdns-js";
|
||||
|
||||
import http from "http"
|
||||
import fs from "fs"
|
||||
import path from "path"
|
||||
|
||||
import * as transforms from "./transforms"
|
||||
import http from "http";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
import * as transforms from "./transforms";
|
||||
|
||||
const browser = createBrowser(tcp("googlecast"));
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const { Transform } = require("stream");
|
||||
import { Transform } from "stream";
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user