UNPKG

@fimbul/wotan

Version:

Pluggable TypeScript and JavaScript linter

5 lines (4 loc) 177 B
import { ContentId, ContentIdHost } from '@fimbul/ymir'; export declare class ContentHasher implements ContentId { forFile(fileName: string, host: ContentIdHost): string; }