A11yWatch/a11ywatch-core

View on GitHub
src/core/utils/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { saltHashPassword } from "./salt-hash";
export { signJwt, decodeJwt, verifyJwt } from "./auth";
export { transporter, mailOptions, sendMailCallback } from "./emailer";
export { websiteSearchParams } from "./controller-filter";
export { arrayAverage } from "./calculations";
export { getUserFromToken, extractTokenKey } from "./get-user";
export { getLastItemInCollection } from "./get-last-item-in-collection";
export { blockWebsiteAdd } from "./limits";
export { stripUrlEndingSlash } from "./strip-url-ending-slash";
export { collectionUpsert } from "./collection-upsert";
export { issueSort } from "./sorts";
export { downloadToExcel } from "./download-to-excel";
export { parseCookie } from "./parse-cookie";
export { getHostName } from "./get-host";
export { hashString } from "./hash";
export { httpGet } from "./http-get";
export { getUserFromApi } from "./get-user-data";
export { pluralize } from "./pluralize";
export { jsonParse } from "./json-parse";
export { domainName, domainNameFind } from "./domain-name";
export { asyncRandomGenerate } from "./generate";
export { crawlMultiSiteWithEvent } from "./multi-site";
export { cipher, decipher } from "./crypto";