UNPKG

@lion/core

Version:

Core functionality that is shared across all Lion Web Components

7 lines (6 loc) 168 B
/** * Generates random unique identifier (for dom elements) * @param {string} prefix * @return {string} unique id */ export function uuid(prefix?: string): string;