UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

8 lines 274 B
/** * Multiplies two numeric operands using JavaScript's built-in arithmetic. * @param a First factor. * @param b Second factor. * @returns Product of `a` and `b`. */ export declare function multiply(a: number, b: number): number; //# sourceMappingURL=multiply.d.ts.map