UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 124 B
/** * @internal * @param arr * @returns */ export declare function convertToNumber(arr: string[]): (string | number)[];