Current section

Files

Jump to
ckeditor5_phoenix dist shared get-csrf-token.d.ts
Raw

dist/shared/get-csrf-token.d.ts

/**
* Retrieves the CSRF token from the meta tag or cookie.
*
* @returns The CSRF token or null if not found.
*/
export declare function getCsrfToken(): string | null;
//# sourceMappingURL=get-csrf-token.d.ts.map