Skip to content

Commit

Permalink
Merge pull request #924 from rvilarl/migration/typedoc1
Browse files Browse the repository at this point in the history
typedoc update
  • Loading branch information
0xfe authored Apr 22, 2021
2 parents f155b9b + 4219d5e commit 3edd11c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typedoc.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
export * from './src/element';
export * from './src/font';
export * from './src/fraction';
export * from './src/font';
export * from './src/glyph';
export * from './src/gracenotegroup';
export * from './src/keysignote';
export * from './src/modifier';
export * from './src/music';
export * from './src/note';
export * from './src/repeatnote';
export * from './src/stave';
export * from './src/stem';
export * from './src/stemmablenote';
export * from './src/tabstave';
export * from './src/tickable';
export * from './src/tickcontext';
export * from './src/tuning';
Expand Down

0 comments on commit 3edd11c

Please sign in to comment.