mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
8 lines
299 B
TypeScript
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;
|