UNPKG

telegram-mtproto

Version:
9 lines (7 loc) 196 B
import uuid from 'uuid/v4'; import { toUID } from '../newtype.h'; export default function newUuid() { return (/*:: toUID( */uuid().slice(0, 8) ); /*:: ) */ } //# sourceMappingURL=uuid.js.map