export * from "./isURL"; export * from "./isHttp"; export * from "./camelCase"; export * from "./kebabCase"; export * from "./truncate"; export * from "./capitalize"; export * from "./escapeHtml";