hz-zhhq-app/node_modules/cookie-storage/lib/format-cookie.d.ts

4 lines
155 B
TypeScript

import { CookieOptions } from "./cookie-options";
declare const formatCookie: (k: string, d: string, o: CookieOptions) => string;
export { formatCookie };