mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 11:16:38 +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>;
|