UNPKG

jobsuche-api-js

Version:

A JavaScript wrapper for the Arbeitsagentur jobs API, allowing developers to easily integrate job search functionality into their applications.

4 lines (3 loc) 196 B
import { ICompanyLogoURL } from "../types/companyLogo"; declare function getCompanyLogoURL(kundennummerHash: string, companyName?: string): Promise<ICompanyLogoURL>; export { getCompanyLogoURL };