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

    Variable FilePathSchemaConst

    FilePathSchema: Type<
        (
            In: string,
        ) => Out<
            string & {
                __brand: "FilePath";
                __validated: true;
                __absolute: boolean;
            } & { __absolute: boolean },
        >,
        {},
    > = ...

    File path validation schema with security checks Validates and normalizes file paths while preventing directory traversal