Files
twtxt-lib/dist-browser/hashTwt.d.ts
2026-02-22 21:26:15 -05:00

3 lines
85 B
TypeScript

import { Twt } from './types.ts';
export default function hashTwt(twt: Twt): string;