Get some random chars!
Getting some 10 random chars!
import { generateChars } from 'the-simplifier' let random = async() => { let result = generateChars(10) console.log(result) } random() // Expected: some 10 random chars
Last updated 4 years ago
Was this helpful?