UNPKG

kontonummer

Version:

A validator for swedish banking numbers

7 lines (6 loc) 364 B
import { type SortingCodeInfo } from './banks.js'; type modFunction = (number: string | number) => boolean; export declare const mod10: modFunction; export declare const mod11: modFunction; declare const _default: (type: SortingCodeInfo["type"], comment: SortingCodeInfo["comment"], sortingCode: string, accountNumber: string) => boolean; export default _default;