initial public commit
This commit is contained in:
14
dist-node/loadAndParseTwtxt.d.ts
vendored
Normal file
14
dist-node/loadAndParseTwtxt.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}[];
|
||||
}>;
|
||||
Reference in New Issue
Block a user