balena-cli/lib/utils/compose.d.ts
Cameron Diver 439d8d396f
Add push command which starts a build on remote resin servers
Change-type: minor
Connects-to: #843
2018-05-10 11:43:45 +01:00

4 lines
107 B
TypeScript

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