UNPKG
@agixbt/elizascraper
Version:
latest (1.0.1)
1.0.1
1.0.0
Awesome Scraper for eliza, scrape docs, tweets, and tokens
@agixbt/elizascraper
/
dist
/
lib
/
utils.d.ts
7 lines
(6 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
formatUrl
(
url
:
string
,
options
?: { removeSubdomains?:
boolean
; separator?:
string
; preserveTopLevel?:
boolean
; }
):
string
;
export
declare
function
isValidUrl
(
url
:
string
):
boolean
;