@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 312 B
TypeScript
export declare function isPathInside(basePath: string, candidatePath: string): boolean;
export declare function isPathInsideWithRealpath(basePath: string, candidatePath: string, opts?: {
requireRealpath?: boolean;
}): boolean;
export declare function extensionUsesSkippedScannerPath(entry: string): boolean;