nexus-react-core
Version:
A comprehensive React toolkit with services, hooks, and Redux store management
5 lines • 312 B
TypeScript
export declare const fetchCsrfToken: () => Promise<string>;
export declare const getCsrfToken: () => Promise<string>;
export declare const addCsrfToken: (headers?: Record<string, string>) => Promise<Record<string, string>>;
export declare const clearCsrfToken: () => void;
//# sourceMappingURL=csrfUtils.d.ts.map