UNPKG

botframework-webchat-component

Version:
8 lines (5 loc) 208 B
/* eslint no-magic-numbers: ["error", { "ignore": [2, 5, 36] }] */ import random from 'math-random'; export default function randomId(maxLength = 5) { return random().toString(36).substr(2, maxLength); }