UNPKG

git-arweave-lfs

Version:

A Git extension for versioning large files with Arweave storage

16 lines 491 B
export interface TurboConfig { walletPath?: string; gatewayUrl: string; } export declare class GitArweaveConfig { private git; constructor(gitDir: string); getTurboConfig(): Promise<TurboConfig>; private getWalletPath; private getGatewayUrl; setWalletPath(walletPath: string): Promise<void>; setGatewayUrl(gatewayUrl: string): Promise<void>; loadWallet(): Promise<string | null>; showConfig(): Promise<void>; } //# sourceMappingURL=config.d.ts.map