mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
ffffd447f2
Change-Type: patch
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
declare module 'resin-image-fs' {
|
|
import Promise = require('bluebird');
|
|
|
|
export function read(options: {}): Promise<NodeJS.ReadableStream>;
|
|
}
|