UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

8 lines (7 loc) 210 B
import { Hash } from "../parts/basics.js"; export declare class Checksum { hash: Hash; nickname: string; constructor(hash: Hash, nickname: string); static make(file: Blob): Promise<Checksum>; }