UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

2 lines (1 loc) 178 B
export declare function setcookie(name: string, value: string, expires?: string | number | Date | null, path?: string | null, domain?: string | null, secure?: boolean): boolean;