UNPKG

archunit

Version:

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

7 lines (6 loc) 194 B
export declare class OrderService { private paymentService; getOrdersByUser(userId: string): null; createOrder(orderData: any): string; validateOrder(orderData: any): boolean; }