@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 354 B
TypeScript
import fs from "node:fs";
export declare function isPathInside(baseDir: string, targetPath: string): boolean;
export declare function safeRealpathSync(targetPath: string, cache?: Map<string, string>): string | null;
export declare function safeStatSync(targetPath: string): fs.Stats | null;
export declare function formatPosixMode(mode: number): string;