Dev (#12)
* health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * test (#9) * Dev (#7) * health check * Update Dockerfile * simplifying the deployment * Dev (#8) * health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * Update PlayerService.js * massive update???? could break stuff * Update Bot.js update
This commit is contained in:
3
node_modules/magic-bytes.js/README.md
generated
vendored
3
node_modules/magic-bytes.js/README.md
generated
vendored
@@ -16,7 +16,7 @@ The procedure is based on https://en.wikipedia.org/wiki/List_of_file_signatures.
|
||||
>
|
||||
> Or in some cases the library will find more results, than before. So don't depend on the found-array size in
|
||||
> any shape or form.
|
||||
> Filetypes will not be remoevd tho
|
||||
> Filetypes will not be removed though.
|
||||
|
||||
# Installation
|
||||
Run `npm install magic-bytes.js`
|
||||
@@ -32,6 +32,7 @@ The following functions are available:
|
||||
* `filetypename(bytes: number[])` : Contains type names only: `["zip", "jar"]`
|
||||
* `filetypemime(bytes: number[])` : Contains type mime types only: `["application/zip", "application/jar"]`
|
||||
* `filetypeextension(bytes: number[])` : Contains type extensions only: `["zip", "jar"]`
|
||||
* `register(fileType: string, string[])`: registers a custom signature
|
||||
|
||||
Both function return an empty array `[]` otherwise, which means it could not detect the file signature. Keep in mind that
|
||||
txt files for example fall in this category.
|
||||
|
||||
Reference in New Issue
Block a user