UNPKG

@tdb/util

Version:
3 lines (2 loc) 189 B
import { ICookieOptions, CookieValue, CookieProperty } from './types'; export declare function prop<T extends CookieValue>(key: string, defaultOptions?: ICookieOptions): CookieProperty<T>;