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

6 lines 256 B
import type { Logger } from "../../services/logger/index.js"; import type { CliStep } from "../utils.js"; export declare const checkForUncommittedChanges: CliStep<{ logger: Logger; }, unknown>; //# sourceMappingURL=check-for-uncomitted-changes.d.ts.map