3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
import { Twt } from './types.ts';
|
|
export default function hashTwt(twt: Twt): string;
|