iopa
Version:
API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern
8 lines • 426 B
TypeScript
import { ICookieOptions, TimeString } from '@iopa/types';
export declare function getSeconds(timeString: TimeString): number;
declare const _default: {
set: (headers: Headers, name: string, value: string, options?: ICookieOptions) => void;
clear: (headers: Headers, name: string, options?: Pick<ICookieOptions, 'domain' | 'path'>) => void;
};
export default _default;
//# sourceMappingURL=context-edge-cookies.d.ts.map