UNPKG

hibp

Version:

An unofficial TypeScript SDK for the 'Have I been pwned?' service.

12 lines 274 B
/** * Known potential responses from the remote API. * * https://haveibeenpwned.com/api/v3#PwnedPasswords * */ /** @internal */ export const BAD_REQUEST = { status: 400, body: 'The hash prefix was not in a valid format', }; //# sourceMappingURL=responses.js.map