UNPKG

@fakerjs/word

Version:

Word package provides functionality to generate a fake semi-pronounceable random (nonsense) word value.

5 lines (4 loc) 100 B
interface Options { length?: number; } export default function word(options?: Options): string;