UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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;