packages/fb-babel-plugin-utils/index.js (4 lines of code) (raw):
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @emails oncall+i18n_fbt_js
* @format
* @noflow
*/
module.exports = {
RequireCheck: require('./RequireCheck'),
TestUtil: require('./TestUtil'),
};