Skip to content

Commit 7ce3ea2

Browse files
committed
Moved the promises to the correct location.
1 parent b3378a7 commit 7ce3ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ declare module '@isomorphic-git/lightning-fs' {
202202
* @param cb
203203
*/
204204
du(filepath: string, cb: (err: Error, size: number) => void): void
205+
206+
readonly promises: PromisifiedFS
205207
}
206208
namespace FS {
207209
export interface Options {
@@ -242,7 +244,6 @@ declare module '@isomorphic-git/lightning-fs' {
242244
*/
243245
defer?: boolean
244246

245-
readonly promises: PromisifiedFS
246247
}
247248
export interface MKDirOptions {
248249
/**

0 commit comments

Comments
 (0)