mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-07 11:31:15 +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>;
|