Lodash.uniqueId

Generates a unique ID. If prefix is given, the ID is appended to it.

struct Lodash
nothrow @trusted @safe ref
uniqueId
()
()

Return Value

Type: auto ref

- Lodash chained on (string): the unique ID.

Meta