Summary: Discussed that we want this to be both a library and a CLI tool. Also added a README stub. Reviewed By: nikoant Differential Revision: D19969788 fbshipit-source-id: 2c54935ce5953d2053c7bdf601debe0e5e911647
11 lines
238 B
TypeScript
11 lines
238 B
TypeScript
/**
|
|
* 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.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
export const PKG = 'flipper-pkg';
|