UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

5 lines (4 loc) 133 B
export declare class PaymentService { processPayment(amount: number): boolean; validatePayment(paymentData: any): boolean; }