UNPKG

177 BTypeScriptView Raw
1import { ContentId, ContentIdHost } from '@fimbul/ymir';
2export declare class ContentHasher implements ContentId {
3 forFile(fileName: string, host: ContentIdHost): string;
4}