import { randomString } from "../src/index"; console.log(randomString(10)); // => (random 10-character string)