5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
|
export function haiku(options: any): any;
|
||
|
export function random(options: {
|
||
|
count: number
|
||
|
}): string;
|