update to v0.9.1.
add npm package link prep for jsr support (I hope) add favicon update installation instructions
This commit is contained in:
16
dist-browser/loadAndParseTwtxt.d.ts
vendored
16
dist-browser/loadAndParseTwtxt.d.ts
vendored
@@ -1,14 +1,2 @@
|
||||
export default function loadAndParseTwtxtFile(url?: string): Promise<{
|
||||
lastModified: string;
|
||||
following: import('./types.ts').Twttr[];
|
||||
metadata: import('./types.ts').Metadata;
|
||||
twts: {
|
||||
content: string;
|
||||
created: string;
|
||||
createdUTC: string;
|
||||
hash: string;
|
||||
replyHash: string | undefined;
|
||||
replyNick: string | undefined;
|
||||
replyUrl: string | undefined;
|
||||
}[];
|
||||
}>;
|
||||
import { Twtxt } from './types.ts';
|
||||
export default function loadAndParseTwtxtFile(url?: string): Promise<Twtxt>;
|
||||
|
||||
Reference in New Issue
Block a user