10
0

util.d.ts 123 B

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