mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 03:02:50 +00:00
Create magic-number.d.ts
This commit is contained in:
parent
581563c468
commit
4a489b209b
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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user