UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

6 lines (5 loc) 227 B
/*! Copyright 2022-2025 the gnablib contributors MPL-1.1 */ import { Sha1 } from '../crypto/hash/Sha1.js'; import { IHashsum } from './interfaces/IChecksum.js'; export declare class Sha1Sum extends Sha1 implements IHashsum { }