@@ -0,0 +1,8 @@
export * from './ts/index.ts';
export { runCli } from './ts/cli.ts';
import { runCli } from './ts/cli.ts';
if (import.meta.main) {
await runCli(Deno.args);
}
The note is not visible to the blocked user.