UNPKG

chrome-cookie-extractor

Version:

Extract and decrypt Chrome cookies with curl integration - includes auth-curl command for authenticated requests

5 lines 214 B
export { ChromeCookieExtractor } from './extractor'; export { ProfileDetector } from './profile-detector'; export { CookieDecryptor } from './decryptor'; export * from './types'; //# sourceMappingURL=index.d.ts.map