-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I would like to correct some type names that are not correct.
@targos Should it be a breaking change as I only correct types ?
mass-tools/packages/mf-parser/src/MF.ts
Lines 66 to 70 in b33458f
| getInfo<GIO extends GetInfoOptionsAllowed = GetInfoOptions>( | |
| options?: GIO, | |
| ): PartInfo<GIO> | PartInfoWithParts<GIO> { | |
| return this.internal.getInfo(options); | |
| } |
PartInfo -> MFInfo
PartInfoWithParts -> MFInfoWithParts
Metadata
Metadata
Assignees
Labels
No labels