UNPKG

@intlayer/config

Version:

Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.

7 lines (6 loc) 546 B
import { getSandBoxContext, parseFileContent } from "./parseFileContent.mjs"; import { bundleFile, bundleFileSync, getLoader } from "./bundleFile.mjs"; import { transpileTSToCJS, transpileTSToCJSSync } from "./transpileTSToCJS.mjs"; import { loadExternalFile, loadExternalFileSync } from "./loadExternalFile.mjs"; import { bundleJSFile } from "./bundleJSFile.mjs"; export { bundleFile, bundleFileSync, bundleJSFile, getLoader, getSandBoxContext, loadExternalFile, loadExternalFileSync, parseFileContent, transpileTSToCJS, transpileTSToCJSSync };