mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 03:37:53 +08:00
* https://github.com/sindresorhus/file-type * https://github.com/fluent-ffmpeg/node-fluent-ffmpeg * https://github.com/badunk/multer-s3 * fix tests * clear error with --noImplicitAny
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
/// <reference path="file-type.d.ts" />
|
|
|
|
"use strict";
|
|
|
|
import fileType = require("file-type")
|
|
|
|
fileType(new Buffer([0xFF, 0xD8, 0xFF]))
|