UNPKG

@tabnews/helpers

Version:
20 lines (19 loc) 480 B
export * from './email.js'; export { isBuildTime, isEdgeRuntime, isLambdaRuntime, isProduction, isServerlessRuntime } from './environment.js'; export * from './is.js'; export * from './merge.js'; export * from './noop.js'; export * from './splitConfig.js'; export * from './strings.js'; export { baseUrl, getBaseUrl, getDomain, isExternalLink, isTrustedDomain, replaceParams, trustedDomains, tryParseUrl, webserverDomain, webserverHostname, } from './url.js';