interface CookieStoreGetOptions {
    name?: string;
    url?: string;
}
Index

Properties

Properties

name?: string
url?: string