UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines (2 loc) 192 B
import { type CookieGetOptions } from 'universal-cookie'; export declare function getValue(name?: string, options?: CookieGetOptions, defaultValue?: string | null): string | null | undefined;