Files
2025-03-07 19:22:02 +01:00

3 lines
123 B
TypeScript

import type { FsLocation } from '../fsa-to-node/types';
export declare const hashToLocation: (hash: string) => FsLocation;