UNPKG

tailor-teaching-elements

Version:
4 lines (2 loc) 134 B
const getRandomString = () => Math.random().toString(16).slice(2); export default () => `${getRandomString()}-${getRandomString()}`;