UNPKG

manga-crawl-lib

Version:

A library for scraping manga from various websites.

3 lines (2 loc) 165 B
export declare const not_null: (params: string | null | undefined) => string; export declare const splitString: (str: string, start: string, end: string) => string;