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