UNPKG

@forchange/aui

Version:

ai-boss 业务 ui 组件库

12 lines (10 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = uid; const now = +new Date(); let index = 0; function uid() { return `rc-upload-${now}-${++index}`; }