@utils-fns/utils
Version:
 [](LICENSE) [](https://github.com/ccqueiroz/utils-fn)
8 lines • 331 B
TypeScript
/**
* This function is to be applied in cases where you need to use a reducer with increment of weights 2 to 9,
* this process, abstracted from within the algorithm of module 11.
* @param digits
* @returns result
*/
export declare const reducerCheckDigitControl: (digits: string) => number;
//# sourceMappingURL=index.d.ts.map