runtime/nonfb/FbtEnv.js (4 lines of code) (raw):

/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @emails oncall+i18n_fbt_js * @flow strict * @format */ /** * An empty no-op for now. */ const FbtEnv = { setupOnce() {}, }; module.exports = FbtEnv;