Re-export type

This commit is contained in:
Andras Schmelczer 2025-11-22 11:46:30 +00:00
parent 50a95b114d
commit fccc66aaea
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,6 @@ import * as fs from "fs/promises";
import type { Dirent } from "fs";
import * as path from "path";
import type { FileSystemOperations, RelativePath } from "sync-client";
import type { TextWithCursors } from "reconcile-text";
export class NodeFileSystemOperations implements FileSystemOperations {
public constructor(private readonly basePath: string) {}