node-ejs-renderer/node_modules/memfs/lib/crud-to-cas/util.d.ts
2024-06-09 13:55:01 -04:00

3 lines
123 B
TypeScript

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