UNPKG

lightning-auth-and-payment

Version:

Lightning Network authentication and payment processing library for modern web applications

10 lines 302 B
import { ProjectInfo } from './detect'; export interface SetupOptions { database: string; port: number; skipDeps: boolean; skipEnv: boolean; projectInfo: ProjectInfo; } export declare function setupLightning(options: SetupOptions): Promise<void>; //# sourceMappingURL=setup.d.ts.map