UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

7 lines (6 loc) 200 B
/** * Performantly generate a unique, 27-char string by combining the current * timestamp with a 13-digit random number. * @return {string} */ export declare const generateUniqueID: () => string;