runtime/nonfb/mocks/FbtResultGK.js (5 lines of code) (raw):

/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @emails oncall+i18n_fbt_js * @flow strict * @format */ const FbtResultGK = { shouldReturnFbtResult: true, inlineMode: 'NO_INLINE', }; module.exports = FbtResultGK;