UNPKG
@iamsquare/cookie-parse
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Cookie string/file parse utilities.
github.com/iamsquare/cookie-parse
iamsquare/cookie-parse
@iamsquare/cookie-parse
/
dist
/
types
/
types.d.ts
11 lines
(10 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
type
NameValueTuple
= [
name
:
string
,
value
:
string
];
export
declare
type
SplitNetscapeString
= [
domain
:
string
,
crossDomain
:
string
,
path
:
string
,
https
:
string
,
expires
:
string
,
name
:
string
,
value
:
string
];