spiderlib
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

lib

XmlUtility

declare class XmlUtility {
    static Xml2json(data: string, arrayChecker: (node: Element) => boolean): any;
}

DomLoader

declare class DomLoader {
    static LoadScript(scriptUrl: string): Promise<unknown>;
    static LoadCss(cssUrl: string): Promise<unknown>;
}

Guid

declare class Guid {
    static NewGuid(): string;
}

HttpClient

declare class HttpClient {
    static get(url: string): Promise<string>;
}

FileSystem

declare class FileSystem {
    static GetFileSystems(url: string): Promise<Spider.FileSystemItem[]>;
}

Readme

Keywords

none

Package Sidebar

Install

npm i spiderlib

Weekly Downloads

0

Version

0.0.19

License

ISC

Unpacked Size

13.4 kB

Total Files

7

Last publish

Collaborators

  • ylwrm