add npm package link prep for jsr support (I hope) add favicon update installation instructions
3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
import { Twtxt } from './types.ts';
|
|
export default function loadAndParseTwtxtFile(url?: string): Promise<Twtxt>;
|