UNPKG
@lg-tools/crawler
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Crawler for MongoDB documentation and other sites
@lg-tools/crawler
/
dist
/
types
/
utils
/
createClusterNameFromURL.d.ts
5 lines
•
208 B
TypeScript
View Raw
1
2
3
4
5
/** * If we're crawling a new URL, we need to create a cluster name from it. */
export
declare
const
createClusterNameFromURL
:
(
url
:
string
) =>
string
;
//# sourceMappingURL=createClusterNameFromURL.d.ts.map