UNPKG

@hachther/mesomb

Version:

JS client for browser to perform mobile payment operation with MeSomb

13 lines (12 loc) 257 B
/** * RandomGenerator class */ export default class RandomGenerator { /** * Generate a random nonce * * @param {number} [length=40] - The length of the nonce * @returns {string} */ static nonce(length?: number): string; }