chordsheetjs 15.2.0 → 15.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/pdf/main.d.ts CHANGED
@@ -957,6 +957,7 @@ interface BaseFormatterConfiguration {
957
957
  key: Key | null;
958
958
  metadata: MetadataConfiguration;
959
959
  normalizeChords: boolean;
960
+ normalizeChordSuffix: boolean;
960
961
  useUnicodeModifiers: boolean;
961
962
  user: UserConfigurationProperties | null;
962
963
  }