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