UNPKG
eliza-scraper
Version:
latest (1.1.8)
1.1.8
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
Awesome Scraper for eliza, scrape docs, tweets, and tokens
eliza-scraper
/
dist
/
cli.d.ts
5 lines
(4 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
#!/usr/bin/env bun
import
{
Command
}
from
'commander'
;
declare
const
program
:
Command
;
export
default
program;