- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
11 lines
323 B
JavaScript
11 lines
323 B
JavaScript
import uuid from './dist/index.js';
|
|
export const v1 = uuid.v1;
|
|
export const v3 = uuid.v3;
|
|
export const v4 = uuid.v4;
|
|
export const v5 = uuid.v5;
|
|
export const NIL = uuid.NIL;
|
|
export const version = uuid.version;
|
|
export const validate = uuid.validate;
|
|
export const stringify = uuid.stringify;
|
|
export const parse = uuid.parse;
|