UNPKG

@serverless/tencent-layer

Version:

Tencent Cloud Layer Component

9 lines (7 loc) 112 B
const generateId = () => Math.random() .toString(36) .substring(6) module.exports = { generateId }