| 4 | import ZoomImplementation from './plugin.js'; |
| 5 | |
| 6 | export interface ZoomPlugin extends RevealPlugin { |
| 7 | id: 'zoom'; |
| 8 | } |
| 9 | |
| 10 | const Zoom = ZoomImplementation as () => ZoomPlugin; |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…