UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

9 lines 357 B
import type { Logger } from "../../services/logger/index.js"; import type { CliStep } from "../utils.js"; import type { InlangProject } from "@inlang/sdk"; export declare const maybeAddSherlock: CliStep<{ fs: typeof import("node:fs/promises"); logger: Logger; project: InlangProject; }, unknown>; //# sourceMappingURL=maybe-add-sherlock.d.ts.map