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