UNPKG

webdav

Version:
3 lines (2 loc) 139 B
import { AuthHeader } from "../types.js"; export declare function generateBasicAuthHeader(username: string, password: string): AuthHeader;