node-ejs-renderer/node_modules/memfs/lib/crud-to-cas/util.d.ts

3 lines
123 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
import type { FsLocation } from '../fsa-to-node/types';
export declare const hashToLocation: (hash: string) => FsLocation;