Quellcode durchsuchen

export InstrumentNames class (#111)

adding the new class to exports so that they can be used from the build
sschmidTU vor 1 Jahr
Ursprung
Commit
43ade7bf1a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/MusicalScore/index.ts

+ 1 - 0
src/MusicalScore/index.ts

@@ -2,6 +2,7 @@
 
 export * from "./Exceptions";
 export * from "./Instrument";
+export * from "./InstrumentNames";
 export * from "./InstrumentalGroup";
 export * from "./Label";
 export * from "./MusicSheet";