Repository URL to install this package:
|
Version:
4.0.5 ▾
|
/**
* @see https://github.com/salesforce/tough-cookie/blob/master/lib/memstore.js
* could observe document.cookie changes
*/
export class CookieCache {
[key: string]: string
// set get?
// renew() {}
}