flipper-plugin-lib
Version:
Library containing common Flipper plugin installation utilities
14 lines • 417 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
export * from './getPluginDetails';
export * from './pluginInstaller';
export * from './getUpdatablePlugins';
export * from './getSourcePlugins';
export * from './pluginPaths';
//# sourceMappingURL=index.d.ts.map