mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-03 12:34:08 +00:00
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>;
|
||
|
}
|