UNPKG

angular4-paystack

Version:

[![Node CI](https://github.com/ashinzekene/angular4-paystack/actions/workflows/nodejs.yml/badge.svg)](https://github.com/ashinzekene/angular4-paystack/actions/workflows/nodejs.yml)

12 lines (11 loc) 493 B
import { PaystackOptions } from './paystack-options'; import * as i0 from "@angular/core"; export declare class Angular4PaystackService { private token; constructor(token: string); loadScript(): Promise<void>; checkInput(obj: Partial<PaystackOptions>): string; getPaystackOptions(obj: PaystackOptions): PaystackOptions; static ɵfac: i0.ɵɵFactoryDeclaration<Angular4PaystackService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<Angular4PaystackService>; }