Files
DefinitelyTyped/magic-number/index.d.ts
2016-04-27 21:30:22 -07:00

8 lines
299 B
TypeScript

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