Summary: FlipperServerClient is a high-level abstraction to talk to Flipper Server Reviewed By: passy Differential Revision: D36545544 fbshipit-source-id: 12845a96dfc39d4268d2f7134d90d5addae48b83
15 lines
290 B
JavaScript
15 lines
290 B
JavaScript
/**
|
|
* 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
|
|
*/
|
|
|
|
const main = async () => {
|
|
// TODO: Implement me
|
|
};
|
|
|
|
main().catch(console.error);
|