3 行
99 B
TypeScript
3 行
99 B
TypeScript
export const COOKIE_NAME = "app_session_id";
|
|
export const ONE_YEAR_MS = 1000 * 60 * 60 * 24 * 365;
|