Static
lorem
lorem: {
paragraph: (
length?: number,
isCrypto?: boolean,
dictionary?: string[],
) => string;
sentence: (
length?: number,
isCrypto?: boolean,
dictionary?: string[],
) => string;
word: (
length?: number,
isCrypto?: boolean,
dictionary?: string[],
) => string;
} = ...