mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix musicmetadata
This commit is contained in:
Vendored
+3
-3
@@ -19,8 +19,8 @@ declare module "musicmetadata" {
|
||||
|
||||
declare namespace MM {
|
||||
export interface Options {
|
||||
duration: boolean;
|
||||
fileSize: number;
|
||||
duration?: boolean;
|
||||
fileSize?: number;
|
||||
}
|
||||
|
||||
export interface Metadata {
|
||||
@@ -45,4 +45,4 @@ declare namespace MM {
|
||||
format: string;
|
||||
data: Buffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user