UNPKG

rhy

Version:

Unix Command Line Utility For Finding Rhymes

10 lines (6 loc) 180 B
#!/usr/bin/env -S node --experimental-modules --no-warnings import {find} from './index.mjs'; async function test({word}){ console.log(await find(word)) } test({word:'cat'});