2023-02-27 18:33:32 +00:00
|
|
|
import randomBunny from "./dist/index.js";
|
2021-12-01 20:32:20 +00:00
|
|
|
|
|
|
|
async function app() {
|
2023-02-22 18:18:50 +00:00
|
|
|
const result = await randomBunny('rabbits', 'hot');
|
2021-12-01 20:32:20 +00:00
|
|
|
|
|
|
|
console.log(result);
|
|
|
|
}
|
|
|
|
|
|
|
|
app();
|