1 2 3 4 5 6 7
import uuid from "uuid-v4"; export default class UUID extends String { constructor() { super(uuid()); } }