1.0.10 • Published 3 years ago

@anzerr/file.type v1.0.10

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

Intro

get mime type for a file using 'minetype' and 'file' with a fallback if not present

Install

npm install --save git+https://git@github.com/anzerr/file.type.git

Example

const fileType = require('file.type');

fileType('./README.md').then((res) => {
    console.log(res);
})
1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago