Re-format app imports

This commit is contained in:
hensm
2018-11-28 01:22:54 +00:00
parent d267f0bd5a
commit 685c9d3a45
2 changed files with 7 additions and 8 deletions

View File

@@ -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"));

View File

@@ -1,6 +1,6 @@
"use strict";
const { Transform } = require("stream");
import { Transform } from "stream";
/**