balena-cli/lib/utils/compose.d.ts

4 lines
107 B
TypeScript
Raw Normal View History

import * as Stream from 'stream';
export function tarDirectory(source: string): Promise<Stream.Readable>;