Skip to content

Commit

Permalink
Export core variables in browser.d.ts (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
nwtgck and sindresorhus committed Jan 7, 2020
1 parent 9e910d8 commit fb15b12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions browser.d.ts
Expand Up @@ -37,3 +37,11 @@ import FileType = require('file-type/browser');
```
*/
export declare function fromeBlob(blob: Blob): Promise<core.FileType>;

export {
fromBuffer,
minimumBytes,
extensions,
mimeTypes,
stream
} from './core';

0 comments on commit fb15b12

Please sign in to comment.