Making package browser compatible

This commit is contained in:
Fabian
2019-03-25 21:50:26 -04:00
parent 58ff2fd2ea
commit 9417264850
10 changed files with 1296 additions and 311 deletions

View File

@ -1,7 +1,7 @@
import { Lock, ObservableInterface } from "@hibas123/utils"
import * as path from "path";
import { Lock, ObservableInterface } from "@hibas123/utils";
import * as fs from "fs";
import { Adapter, Message, LoggingTypes } from "./types";
import * as path from "path";
import { Adapter, LoggingTypes, Message } from "./types";
const maxFileSize = 500000000;