UNPKG

@memlab/cli

Version:

command line interface for memlab

17 lines 669 B
/** * 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 * @oncall memory_lab */ import DebugOption from '../DebugOption'; import HelperOption from '../HelperOption'; import SetContinuousTestOption from '../SetContinuousTestOption'; import SilentOption from '../SilentOption'; import VerboseOption from '../VerboseOption'; declare const universalOptions: (DebugOption | HelperOption | SetContinuousTestOption | SilentOption | VerboseOption)[]; export default universalOptions; //# sourceMappingURL=UniversalOptions.d.ts.map