Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
5
node_modules/basic-ftp/dist/parseList.d.ts
generated
vendored
Normal file
5
node_modules/basic-ftp/dist/parseList.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { FileInfo } from "./FileInfo";
|
||||
/**
|
||||
* Parse raw directory listing.
|
||||
*/
|
||||
export declare function parseList(rawList: string): FileInfo[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue