Skip to content

Guid

This very simple module provides utility functionality for dealing with globally unique identifiers - aka standardized random strings. Use these if you need to generate a unique file name or unique string in general.

Get

Returns a new random standard globally unique identifier

javascript
// Generate a new random GUID
var guid = Guid.get(); // Returns something like "550e8400-e29b-41d4-a716-446655440000"