uuid(): string
import util from 'pts/util';export default function () { console.log(util.uuid()) // 5fbf1e59-cabf-469b-9d9f-6622e97de1ec}
Feedback