UNPKG

@thaldrin/sourcefinder

Version:

Module to find e621 sources by their Static1 Link

6 lines (5 loc) 156 B
export default class Sourcefinder { private useragent; constructor(useragent?: string); find(content: string): Promise<string[] | undefined>; }