Files
twtxt-lib/dist-browser/parseTwtxt.d.ts
Eric Woodward 475fcf6331 update to v0.9.1.
add npm package link
prep for jsr support (I hope)
add favicon
update installation instructions
2026-02-23 00:27:59 -05:00

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;