Explorar o código

export InstrumentNames class (#111)

adding the new class to exports so that they can be used from the build
sschmidTU hai 1 ano
pai
achega
43ade7bf1a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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";