(locale: string, input: I)
| 22 | setDefaultLocale(locale: string): this; |
| 23 | init(): Promise<C>; |
| 24 | pull(locale: string, input: I): Promise<O>; |
| 25 | push(locale: string, data: O): Promise<I>; |
| 26 | pullHints(originalInput?: I): Promise<O | undefined>; |
| 27 | } |
no outgoing calls
no test coverage detected