| 8 | } |
| 9 | |
| 10 | interface Options { |
| 11 | biDiSupport?: boolean; |
| 12 | customFormatters?: { [name: string]: Formatter }; |
| 13 | strictNumberSign?: boolean; |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | declare class MessageFormat { |
nothing calls this directly
no outgoing calls
no test coverage detected