UNPKG

@studiohyperdrive/ngx-cookies

Version:
5 lines (4 loc) 91 B
export interface NgxCookieValue<DataType = any> { name: string; value: DataType; }