UNPKG
my-test123
Version:
latest (1.0.0)
1.0.0
A planner front-end for Fabric8.
github.com/fabric8-ui/fabric8-planner
fabric8-ui/fabric8-planner
my-test123
/
app
/
services
/
cookie.service.d.ts
9 lines
(8 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
CookieService
{
constructor
(
);
setCookie
(
cName
:
string
,
cValue
:
Array
<
any
>):
void
;
getCookie
(
itemLength
:
Number
): {
status
:
boolean
;
array
:
any
; }; }