UNPKG

yuxuannnn_utils

Version:
7 lines (6 loc) 107 B
/** * 加和 * @param args * @returns */ export declare function sum(...args: number[]): number;