UNPKG

@utils-fns/utils

Version:

![npm](https://img.shields.io/npm/v/@utils-fns/utils) [![License](https://img.shields.io/github/license/ccqueiroz/utils-fns)](LICENSE) [![Repository](https://img.shields.io/badge/repository-GitHub-blue.svg)](https://github.com/ccqueiroz/utils-fn)

8 lines 331 B
/** * 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