9 lines
No EOL
154 B
TypeScript
9 lines
No EOL
154 B
TypeScript
import randomBunny from "./dist";
|
|
|
|
async function app() {
|
|
const result = await randomBunny('rabbits', 'hot', 100);
|
|
|
|
console.log(result);
|
|
}
|
|
|
|
app(); |