UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 271 B
import type { Hasher } from '../definitions.js'; export declare class XxhashHasher implements Hasher { hashString: (input: string) => string; private constructor(); static create(): Promise<XxhashHasher>; hashObject(input: Record<string, any>): string; }