소스 검색

chore: export Interfaces, for plugins (#968)

* Export interfaces as well (most useful for plugin framework)

Co-authored-by: Justin Litten <justinlitten77@gmail.com>
fredmeister77 4 년 전
부모
커밋
52b5411c3b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/MusicalScore/index.ts

+ 1 - 0
src/MusicalScore/index.ts

@@ -10,3 +10,4 @@ export * from "./VoiceData";
 export * from "./MusicSource";
 export * from "./ScoreIO";
 export * from "./Graphical";
+export * from "./Interfaces";