Files
med-notes/.pnpm-store/v10/files/76/e1161433ff4c3bc1badf538c713b0662c5858e77cf1b5bfdf402c96a8b91ad475ea51bf67a0484e4c789b5e0f28460aaeca50256b2aa71b35c2eb8c20e673d
2025-05-09 05:30:08 +02:00

9 lines
320 B
Plaintext

"use strict";
// As defined in https://github.com/mozilla/pdf.js/blob/d9fac3459609a807be6506fb3441b5da4b154d14/src/shared/util.js#L371-L374
Object.defineProperty(exports, "__esModule", { value: true });
const PasswordResponses = {
NEED_PASSWORD: 1,
INCORRECT_PASSWORD: 2,
};
exports.default = PasswordResponses;