import uuidv1 from 'uuid/v1' export default function(): string { return uuidv1() }