@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
6 lines • 702 B
TypeScript
import { SandBoxContextOptions, getSandBoxContext, parseFileContent } from "./parseFileContent.js";
import { TranspileOptions, transpileTSToCJS, transpileTSToCJSSync } from "./transpileTSToCJS.js";
import { LoadExternalFileOptions, loadExternalFile, loadExternalFileSync } from "./loadExternalFile.js";
import { ESBuildPlugin, bundleFile, bundleFileSync, getLoader } from "./bundleFile.js";
import { bundleJSFile } from "./bundleJSFile.js";
export { ESBuildPlugin, LoadExternalFileOptions, SandBoxContextOptions, TranspileOptions, bundleFile, bundleFileSync, bundleJSFile, getLoader, getSandBoxContext, loadExternalFile, loadExternalFileSync, parseFileContent, transpileTSToCJS, transpileTSToCJSSync };