1.0.0 • Published 5 years ago
@bakkerjoeri/uuid v1.0.0
uuid
Generate a UUID v4.
Installation
npm install @bakkerjoeri/uuid
Usage
import uuid from '@bakkerjoeri/uuid';
const myUuid = uuid(); // => "33c13a24-8fd8-4f31-294a-289be019c79f"
1.0.0
5 years ago