Skip to content

Commit

Permalink
typedoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Apr 22, 2021
1 parent feaf1cd commit 4219d5e
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 4219d5e

Please sign in to comment.