| 4 | import NotesImplementation from './plugin.js'; |
| 5 | |
| 6 | export interface NotesPlugin extends RevealPlugin { |
| 7 | id: 'notes'; |
| 8 | open(): void; |
| 9 | } |
| 10 | |
| 11 | const Notes = NotesImplementation as () => NotesPlugin; |
| 12 |
no outgoing calls
no test coverage detected
searching dependent graphs…