UNPKG

432 BTypeScriptView Raw
1/**
2 * Copyright (c) Facebook, Inc. and its affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 *
7 */
8/**
9 * Starts iOS device syslog tail
10 */
11declare function logIOS(): Promise<void>;
12declare const _default: {
13 name: string;
14 description: string;
15 func: typeof logIOS;
16};
17export default _default;
18//# sourceMappingURL=index.d.ts.map
\No newline at end of file