mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Create magic-number.d.ts
This commit is contained in:
8
magic-number/magic-number.d.ts
vendored
Normal file
8
magic-number/magic-number.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Type definitions for magic-number
|
||||
// Project: https://github.com/stpettersens/magic-number
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "magic-number" {
|
||||
export function detectFile(file: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user