UNPKG

cea-core

Version:
13 lines (12 loc) 541 B
import sstore from '@beetcb/sstore'; import log from './utils/logger.js'; import type { CookieRawObject } from './types/cookie'; import type { StringKV } from './types/helper'; export * from './utils/cookie-helper.js'; export * from './conf.js'; export { log }; export { sstore }; export type { SchoolConf, SchoolConfOpts, UserConfOpts, UsersConf, } from './types/conf.js'; export type { CookieRawObject, StringKV }; export { CampusphereEndpoint } from './types/helper.js'; export declare function handleCookie(): Promise<void>;