// Type definitions for magic-number // Project: https://github.com/stpettersens/node-magic-number // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "magic-number" { export function detectFile(file: string): string; }