gitfoss-fork-fork | ec29ce39cfd7c3410bfa583e3d0025f8b491e64e | app/utils/server/index.ts ∙ GitFOSS
William Nemenchainitial commit
86fb32e9/11/2022, 1:13:39 AM
.ts
TypeScript
(application/typescript)
// All exports in this file must not be called from the client-side.

export { getDocFileContent } from "./getDocFileContent";
export { getEnv } from "./getEnv";
export { localAppDomainPreHandler } from "./localAppDomainPreHandler";
export { makeRequestHandler } from "./makeRequestHandler";
export { sessionSetupPreHandler } from "./sessionSetupPreHandler";