()
| 37 | export const CONST_FALSE = false; |
| 38 | |
| 39 | export function initFbt(): void { |
| 40 | const viewerContext: IntlViewerContext = { |
| 41 | GENDER: IntlVariations.GENDER_UNKNOWN, |
| 42 | locale: 'en_US', |
| 43 | }; |
| 44 | |
| 45 | init({ |
| 46 | translations: {}, |
| 47 | hooks: { |
| 48 | getViewerContext: () => viewerContext, |
| 49 | }, |
| 50 | }); |
| 51 | } |
| 52 | |
| 53 | export function mutate(arg: any): void { |
| 54 | // don't mutate primitive |