UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

11 lines 290 B
import type { CliStep } from "../utils.js"; export declare const detectBundler: CliStep<{ fs: typeof import("node:fs/promises"); }, { bundler?: undefined; configPath?: undefined; } | { bundler: "vite"; configPath: string; }>; //# sourceMappingURL=detect-bundler.d.ts.map