UNPKG

axis-core

Version:

A Node.js library written in TypeScript containing shared behavior for the other packages, e.g. code handling communication and authentication with Axis Communication cameras.

4 lines 208 B
import * as basic from './basic'; import * as digest from './digest'; export declare const parse: (wwwAuthenticateHeader: string) => basic.Challenge | digest.Challenge; //# sourceMappingURL=challenge.d.ts.map