mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-13 15:56:28 +00:00
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
|
import * as Stream from 'stream';
|
||
|
|
||
|
export function tarDirectory(source: string): Promise<Stream.Readable>;
|