* Get a format plugin by type
(type: FormatType)
| 80 | * Get a format plugin by type |
| 81 | */ |
| 82 | getFormat(type: FormatType): FormatPlugin | undefined { |
| 83 | return this.formats.get(type) |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Get all registered format plugins |
no test coverage detected