foxts
Version:
Opinionated collection of common TypeScript utils by @SukkaW
17 lines (14 loc) • 545 B
TypeScript
import { fnv1a as fnv1a$1, fnv1ahex as fnv1ahex$1 } from 'fast-fnv1a';
/**
* @deprecated Use the `fast-fnv1a` package directly instead. This re-export is
* retained for backward compatibility only and will be removed in the next
* major version.
*/
declare const fnv1a: typeof fnv1a$1;
/**
* @deprecated Use the `fast-fnv1a` package directly instead. This re-export is
* retained for backward compatibility only and will be removed in the next
* major version.
*/
declare const fnv1ahex: typeof fnv1ahex$1;
export { fnv1a, fnv1ahex };