UNPKG

@aller/blink

Version:

A library for tracking user behaviour.

6 lines (5 loc) 195 B
/** * Gives a unique but consistent id for each key. * Saves the uuid, so if several system is using this, they get the same value! */ export default function generateUUID(key?: string): any;