UNPKG

react-img-editor-en

Version:
9 lines (8 loc) 176 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = uuid; function uuid() { return '_' + Math.random().toString(36).substr(2, 9); }