fb-babel-plugin-utils
Version:
Common Babel 7 utils for FB
16 lines (14 loc) • 345 B
JavaScript
/**
* 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'),
};