mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
439d8d396f
Change-type: minor Connects-to: #843
4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
import * as Stream from 'stream';
|
|
|
|
export function tarDirectory(source: string): Promise<Stream.Readable>;
|