UNPKG

syber-lowcode-business-materials

Version:
6 lines (5 loc) 132 B
export { get, set, has } from 'lodash'; // simple uuid export function uuid() { return (Math.random() * 1e6 >> 0).toString(36); }