Skip to content

Commit b3378a7

Browse files
committed
Minor fix
1 parent 8a8a400 commit b3378a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ declare module '@isomorphic-git/lightning-fs' {
9191
*/
9292
du(filepath: string): Promise<number>
9393
}
94-
export class FS {
94+
class FS {
9595
/**
9696
* You can procrastinate initializing the FS object until later. And, if you're really adventurous, you can re-initialize it with a different name to switch between IndexedDb databases.
9797
*/

0 commit comments

Comments
 (0)