/*! Copyright (c) 2020, XAPP AI */ export * from "./ArachneURLPattern"; export * from "./cleanForCrawl"; export * from "./constants"; export * from "./generateFollowThroughPattern"; export * from "./hallucinationDetector"; export * from "./hasExtension"; export * from "./hashWebsite"; export * from "./isValidURL"; export * from "./normalizeURL"; export * from "./promiseWithTimeout";