Genotype API Documentation - v0.1.0
    Preparing search index...

    Type Alias FileHandle

    FileHandle: unknown & {
        __brand: "FileHandle";
        __runtime: "node" | "deno" | "bun";
        __readable: boolean;
        __writable: boolean;
    }

    Runtime-specific file handle with type safety Maintains reference to the originating runtime for proper cleanup