Files
powerpoint-toolbox/node_modules/memfs/lib/crud-to-cas/util.d.ts
T
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;