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

15 lines 512 B
import type { Account } from "@inlang/sdk/lix"; export declare function getLocalAccount(args: { fs: typeof import("node:fs"); }): Account | undefined; export declare function saveLocalAccount(args: { fs: typeof import("node:fs"); account: Account; }): void; /** * Returns the path to the local account file. * * Based on the env-paths package https://github.com/sindresorhus/env-paths/blob/main/index.js */ export declare function getAccountFilePath(): string; //# sourceMappingURL=index.d.ts.map