add npm package link prep for jsr support (I hope) add favicon update installation instructions
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
import { Twtxt } from './types.ts';
|
|
/**
|
|
* @param twtxt
|
|
* @returns object containing: following, metadata, twts
|
|
*/
|
|
export default function parseTwtxt(twtxt: string): Twtxt;
|