2020-04-07 16:12:08 +02:00
|
|
|
/**
|
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*/
|
|
|
|
/// <reference types="node" />
|
2020-04-20 17:17:11 +02:00
|
|
|
declare const _default: (stream: NodeJS.WritableStream) => void;
|
|
|
|
export default _default;
|
2020-04-07 16:12:08 +02:00
|
|
|
//# sourceMappingURL=clearLine.d.ts.map
|