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

    Type Alias FilePath

    FilePath: string & {
        __brand: "FilePath";
        __validated: true;
        __absolute: boolean;
    }

    Branded type for validated file paths with compile-time safety Ensures file paths have been validated before use in I/O operations