Home Reference Source

src/utils/randomHash.js

/** @private */
export function randomHash() {
	return Math.random().toString(16).substring(2);
}