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