UNPKG

rc-util

Version:
4 lines 100 B
var seed = 0; export default function guid() { return "".concat(Date.now(), "_").concat(seed++); }